Html Css Color HEX #F0BF12 Moon Yellow

📋 copy color: '#F0BF12'

red 240 ◦ green 191 ◦ blue 18

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

Shades of Moon Yellow #F0BF12

Tints of Moon Yellow #F0BF12

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 53.45%
G = 42.54%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0BF12 (or 0xF0BF12) is known color: Moon Yellow. HEX triplet: F0, BF and 12. RGB value is (240,191,18). Sum of RGB (Red+Green+Blue) = 240+191+18=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF12 is #0F40ED. Grayscale: #BABABA. Windows color (decimal): -999662 or 1228784. OLE color: 1228784.

HSL color Cylindrical-coordinate representation of color #F0BF12: hue angle of 46.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0BF12 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 18 -
CMYK 0 0.20 0.92 0.06
HSL 46.76º 0.88% 0.51% -
HSV(B) 46.76º 0.93% 0.94% -
XYZ 54.68 55.83 8.47 -
YUV 185.93 33.23 166.57 -
System Red Green Blue C M Y K H S L
Decimal 240 191 18 0 0.20 0.92 0.06 46.76 0.88 0.51
Hex F0 BF 12 0 14 5C 6 2F 58 33
Octal 360 277 22 0 24 134 6 57 130 63
Binary 11110000 10111111 10010 0 10100 1011100 110 101111 1011000 110011

Color Harmonies of #F0BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF12

Black with #F0BF12

Text Example


Text Example

White with #F0BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF12; }

 p { color: rgb(240,191,18); }

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

background-color css

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

 a { background-color: rgb(240,191,18); }

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

border-color css

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

 span { border-color: rgb(240,191,18); }

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