Html Css Color HEX #F0CB0E Moon Yellow

📋 copy color: '#F0CB0E'

red 240 ◦ green 203 ◦ blue 14

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

Shades of Moon Yellow #F0CB0E

Tints of Moon Yellow #F0CB0E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 52.52%
G = 44.42%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0CB0E (or 0xF0CB0E) is known color: Moon Yellow. HEX triplet: F0, CB and 0E. RGB value is (240,203,14). Sum of RGB (Red+Green+Blue) = 240+203+14=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB0E is #0F34F1. Grayscale: #C1C1C1. Windows color (decimal): -996594 or 969712. OLE color: 969712.

HSL color Cylindrical-coordinate representation of color #F0CB0E: hue angle of 50.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0CB0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 14 -
CMYK 0 0.15 0.94 0.06
HSL 50.18º 0.89% 0.5% -
HSV(B) 50.18º 0.94% 0.94% -
XYZ 57.37 61.27 9.22 -
YUV 192.52 27.26 161.87 -
System Red Green Blue C M Y K H S L
Decimal 240 203 14 0 0.15 0.94 0.06 50.18 0.89 0.5
Hex F0 CB E 0 F 5E 6 32 59 32
Octal 360 313 16 0 17 136 6 62 131 62
Binary 11110000 11001011 1110 0 1111 1011110 110 110010 1011001 110010

Color Harmonies of #F0CB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB0E

Black with #F0CB0E

Text Example


Text Example

White with #F0CB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB0E; }

 p { color: rgb(240,203,14); }

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

background-color css

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

 a { background-color: rgb(240,203,14); }

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

border-color css

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

 span { border-color: rgb(240,203,14); }

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