Html Css Color HEX #F2BB14 Moon Yellow

📋 copy color: '#F2BB14'

red 242 ◦ green 187 ◦ blue 20

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

Shades of Moon Yellow #F2BB14

Tints of Moon Yellow #F2BB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 53.9%
G = 41.65%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2BB14 (or 0xF2BB14) is known color: Moon Yellow. HEX triplet: F2, BB and 14. RGB value is (242,187,20). Sum of RGB (Red+Green+Blue) = 242+187+20=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BB14 is #0D44EB. Grayscale: #B9B9B9. Windows color (decimal): -869612 or 1358834. OLE color: 1358834.

HSL color Cylindrical-coordinate representation of color #F2BB14: hue angle of 45.14º 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 #F2BB14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 187 20 -
CMYK 0 0.23 0.92 0.05
HSL 45.14º 0.9% 0.51% -
HSV(B) 45.14º 0.92% 0.95% -
XYZ 54.51 54.47 8.3 -
YUV 184.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 242 187 20 0 0.23 0.92 0.05 45.14 0.9 0.51
Hex F2 BB 14 0 17 5C 5 2D 5A 33
Octal 362 273 24 0 27 134 5 55 132 63
Binary 11110010 10111011 10100 0 10111 1011100 101 101101 1011010 110011

Color Harmonies of #F2BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB14

Black with #F2BB14

Text Example


Text Example

White with #F2BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB14; }

 p { color: rgb(242,187,20); }

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

background-color css

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

 a { background-color: rgb(242,187,20); }

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

border-color css

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

 span { border-color: rgb(242,187,20); }

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