Html Css Color HEX #F5CC10 Moon Yellow

📋 copy color: '#F5CC10'

red 245 ◦ green 204 ◦ blue 16

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

Shades of Moon Yellow #F5CC10

Tints of Moon Yellow #F5CC10

RGB

 RED value IS 245 (96.09% from 255) = 52.69%

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

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

R = 52.69%
G = 43.87%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5CC10 (or 0xF5CC10) is known color: Moon Yellow. HEX triplet: F5, CC and 10. RGB value is (245,204,16). Sum of RGB (Red+Green+Blue) = 245+204+16=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CC10 is #0A33EF. Grayscale: #C3C3C3. Windows color (decimal): -668656 or 1101045. OLE color: 1101045.

HSL color Cylindrical-coordinate representation of color #F5CC10: hue angle of 49.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5CC10 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 16 -
CMYK 0 0.17 0.93 0.04
HSL 49.26º 0.92% 0.51% -
HSV(B) 49.26º 0.93% 0.96% -
XYZ 59.34 62.64 9.45 -
YUV 194.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 245 204 16 0 0.17 0.93 0.04 49.26 0.92 0.51
Hex F5 CC 10 0 11 5D 4 31 5C 33
Octal 365 314 20 0 21 135 4 61 134 63
Binary 11110101 11001100 10000 0 10001 1011101 100 110001 1011100 110011

Color Harmonies of #F5CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC10

Black with #F5CC10

Text Example


Text Example

White with #F5CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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