Html Css Color HEX #F5CB10 Moon Yellow

📋 copy color: '#F5CB10'

red 245 ◦ green 203 ◦ blue 16

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

Shades of Moon Yellow #F5CB10

Tints of Moon Yellow #F5CB10

RGB

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

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

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

R = 52.8%
G = 43.75%
B = 3.45%

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

#F5CB10 (or 0xF5CB10) is known color: Moon Yellow. HEX triplet: F5, CB and 10. RGB value is (245,203,16). Sum of RGB (Red+Green+Blue) = 245+203+16=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB10 is #0A34EF. Grayscale: #C3C3C3. Windows color (decimal): -668912 or 1100789. OLE color: 1100789.

HSL color Cylindrical-coordinate representation of color #F5CB10: hue angle of 49º 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 #F5CB10 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 16 -
CMYK 0 0.17 0.93 0.04
HSL 49º 0.92% 0.51% -
HSV(B) 49º 0.93% 0.96% -
XYZ 59.11 62.16 9.37 -
YUV 194.24 27.41 164.21 -
System Red Green Blue C M Y K H S L
Decimal 245 203 16 0 0.17 0.93 0.04 49 0.92 0.51
Hex F5 CB 10 0 11 5D 4 31 5C 33
Octal 365 313 20 0 21 135 4 61 134 63
Binary 11110101 11001011 10000 0 10001 1011101 100 110001 1011100 110011

Color Harmonies of #F5CB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB10

Black with #F5CB10

Text Example


Text Example

White with #F5CB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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