Html Css Color HEX #F5C01B Moon Yellow

📋 copy color: '#F5C01B'

red 245 ◦ green 192 ◦ blue 27

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

Shades of Moon Yellow #F5C01B

Tints of Moon Yellow #F5C01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.82%

R = 52.8%
G = 41.38%
B = 5.82%

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

#F5C01B (or 0xF5C01B) is known color: Moon Yellow. HEX triplet: F5, C0 and 1B. RGB value is (245,192,27). Sum of RGB (Red+Green+Blue) = 245+192+27=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C01B is #0A3FE4. Grayscale: #BDBDBD. Windows color (decimal): -671717 or 1818869. OLE color: 1818869.

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

Color convert

RGB 245 192 27 -
CMYK 0 0.22 0.89 0.04
HSL 45.41º 0.92% 0.53% -
HSV(B) 45.41º 0.89% 0.96% -
XYZ 56.7 57.19 9.09 -
YUV 189.04 36.56 167.92 -
System Red Green Blue C M Y K H S L
Decimal 245 192 27 0 0.22 0.89 0.04 45.41 0.92 0.53
Hex F5 C0 1B 0 16 59 4 2D 5C 35
Octal 365 300 33 0 26 131 4 55 134 65
Binary 11110101 11000000 11011 0 10110 1011001 100 101101 1011100 110101

Color Harmonies of #F5C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C01B

Black with #F5C01B

Text Example


Text Example

White with #F5C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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