Html Css Color HEX #F0CB14 Moon Yellow

📋 copy color: '#F0CB14'

red 240 ◦ green 203 ◦ blue 20

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

Shades of Moon Yellow #F0CB14

Tints of Moon Yellow #F0CB14

RGB

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

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

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

R = 51.84%
G = 43.84%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0CB14 (or 0xF0CB14) is known color: Moon Yellow. HEX triplet: F0, CB and 14. RGB value is (240,203,20). Sum of RGB (Red+Green+Blue) = 240+203+20=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB14 is #0F34EB. Grayscale: #C1C1C1. Windows color (decimal): -996588 or 1362928. OLE color: 1362928.

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

Color convert

RGB 240 203 20 -
CMYK 0 0.15 0.92 0.06
HSL 49.91º 0.88% 0.51% -
HSV(B) 49.91º 0.92% 0.94% -
XYZ 57.42 61.29 9.47 -
YUV 193.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 240 203 20 0 0.15 0.92 0.06 49.91 0.88 0.51
Hex F0 CB 14 0 F 5C 6 32 58 33
Octal 360 313 24 0 17 134 6 62 130 63
Binary 11110000 11001011 10100 0 1111 1011100 110 110010 1011000 110011

Color Harmonies of #F0CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB14

Black with #F0CB14

Text Example


Text Example

White with #F0CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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