Html Css Color HEX #F5C01C Moon Yellow

📋 copy color: '#F5C01C'

red 245 ◦ green 192 ◦ blue 28

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

Shades of Moon Yellow #F5C01C

Tints of Moon Yellow #F5C01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 28 (11.33% from 255) = 6.02%

R = 52.69%
G = 41.29%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5C01C (or 0xF5C01C) is known color: Moon Yellow. HEX triplet: F5, C0 and 1C. RGB value is (245,192,28). Sum of RGB (Red+Green+Blue) = 245+192+28=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C01C is #0A3FE3. Grayscale: #BDBDBD. Windows color (decimal): -671716 or 1884405. OLE color: 1884405.

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

Color convert

RGB 245 192 28 -
CMYK 0 0.22 0.89 0.04
HSL 45.35º 0.92% 0.54% -
HSV(B) 45.35º 0.89% 0.96% -
XYZ 56.72 57.2 9.15 -
YUV 189.15 37.06 167.84 -
System Red Green Blue C M Y K H S L
Decimal 245 192 28 0 0.22 0.89 0.04 45.35 0.92 0.54
Hex F5 C0 1C 0 16 59 4 2D 5C 36
Octal 365 300 34 0 26 131 4 55 134 66
Binary 11110101 11000000 11100 0 10110 1011001 100 101101 1011100 110110

Color Harmonies of #F5C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C01C

Black with #F5C01C

Text Example


Text Example

White with #F5C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C01C; }

 p { color: rgb(245,192,28); }

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

background-color css

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

 a { background-color: rgb(245,192,28); }

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

border-color css

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

 span { border-color: rgb(245,192,28); }

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