Html Css Color HEX #F2B813 Moon Yellow

📋 copy color: '#F2B813'

red 242 ◦ green 184 ◦ blue 19

#F2B813
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #F2B813

Tints of Moon Yellow #F2B813

RGB

 RED value IS 242 (94.92% from 255) = 54.38%

 GREEN value IS 184 (72.27% from 255) = 41.35%

 BLUE value IS 19 (7.81% from 255) = 4.27%

R = 54.38%
G = 41.35%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2B813 (or 0xF2B813) is known color: Moon Yellow. HEX triplet: F2, B8 and 13. RGB value is (242,184,19). Sum of RGB (Red+Green+Blue) = 242+184+19=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B813 is #0D47EC. Grayscale: #B7B7B7. Windows color (decimal): -870381 or 1292530. OLE color: 1292530.

HSL color Cylindrical-coordinate representation of color #F2B813: hue angle of 44.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2B813 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 19 -
CMYK 0 0.24 0.92 0.05
HSL 44.39º 0.9% 0.51% -
HSV(B) 44.39º 0.92% 0.95% -
XYZ 53.88 53.21 8.05 -
YUV 182.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 242 184 19 0 0.24 0.92 0.05 44.39 0.9 0.51
Hex F2 B8 13 0 18 5C 5 2C 5A 33
Octal 362 270 23 0 30 134 5 54 132 63
Binary 11110010 10111000 10011 0 11000 1011100 101 101100 1011010 110011

Color Harmonies of #F2B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B813

Black with #F2B813

Text Example


Text Example

White with #F2B813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B813; }

 p { color: rgb(242,184,19); }

 H1.HeaderClassName
 {
   color: #F2B813;
 }
 .AnyTagClassName
 {
   color: #F2B813;
 }
</style>

background-color css

<style>
 a { background-color: #F2B813; }

 a { background-color: rgb(242,184,19); }

 div.DivClassName
 {
   background-color: #F2B813;
 }
 .BgClassName
 {
   background-color: #F2B813;
 }
</style>

border-color css

<style>
 span { border-color: #F2B813; }

 span { border-color: rgb(242,184,19); }

 td.TdClassName
 {
   border-color: #F2B813;
 }
 .TagClassName
 {
   border-color: #F2B813;
 }
</style>