Html Css Color HEX #F2CC14 Moon Yellow

📋 copy color: '#F2CC14'

red 242 ◦ green 204 ◦ blue 20

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

Shades of Moon Yellow #F2CC14

Tints of Moon Yellow #F2CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

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

R = 51.93%
G = 43.78%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2CC14 (or 0xF2CC14) is known color: Moon Yellow. HEX triplet: F2, CC and 14. RGB value is (242,204,20). Sum of RGB (Red+Green+Blue) = 242+204+20=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC14 is #0D33EB. Grayscale: #C3C3C3. Windows color (decimal): -865260 or 1363186. OLE color: 1363186.

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

Color convert

RGB 242 204 20 -
CMYK 0 0.16 0.92 0.05
HSL 49.73º 0.9% 0.51% -
HSV(B) 49.73º 0.92% 0.95% -
XYZ 58.34 62.11 9.58 -
YUV 194.39 29.59 161.96 -
System Red Green Blue C M Y K H S L
Decimal 242 204 20 0 0.16 0.92 0.05 49.73 0.9 0.51
Hex F2 CC 14 0 10 5C 5 32 5A 33
Octal 362 314 24 0 20 134 5 62 132 63
Binary 11110010 11001100 10100 0 10000 1011100 101 110010 1011010 110011

Color Harmonies of #F2CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC14

Black with #F2CC14

Text Example


Text Example

White with #F2CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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