Html Css Color HEX #F2CC10 Moon Yellow

📋 copy color: '#F2CC10'

red 242 ◦ green 204 ◦ blue 16

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

Shades of Moon Yellow #F2CC10

Tints of Moon Yellow #F2CC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 52.38%
G = 44.16%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2CC10 (or 0xF2CC10) is known color: Moon Yellow. HEX triplet: F2, CC and 10. RGB value is (242,204,16). Sum of RGB (Red+Green+Blue) = 242+204+16=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC10 is #0D33EF. Grayscale: #C2C2C2. Windows color (decimal): -865264 or 1101042. OLE color: 1101042.

HSL color Cylindrical-coordinate representation of color #F2CC10: hue angle of 49.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2CC10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 16 -
CMYK 0 0.16 0.93 0.05
HSL 49.91º 0.9% 0.51% -
HSV(B) 49.91º 0.93% 0.95% -
XYZ 58.3 62.1 9.4 -
YUV 193.93 27.59 162.29 -
System Red Green Blue C M Y K H S L
Decimal 242 204 16 0 0.16 0.93 0.05 49.91 0.9 0.51
Hex F2 CC 10 0 10 5D 5 32 5A 33
Octal 362 314 20 0 20 135 5 62 132 63
Binary 11110010 11001100 10000 0 10000 1011101 101 110010 1011010 110011

Color Harmonies of #F2CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC10

Black with #F2CC10

Text Example


Text Example

White with #F2CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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