Html Css Color HEX #F5C211 Moon Yellow

📋 copy color: '#F5C211'

red 245 ◦ green 194 ◦ blue 17

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

Shades of Moon Yellow #F5C211

Tints of Moon Yellow #F5C211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 53.73%
G = 42.54%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5C211 (or 0xF5C211) is known color: Moon Yellow. HEX triplet: F5, C2 and 11. RGB value is (245,194,17). Sum of RGB (Red+Green+Blue) = 245+194+17=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C211 is #0A3DEE. Grayscale: #BDBDBD. Windows color (decimal): -671215 or 1164021. OLE color: 1164021.

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

Color convert

RGB 245 194 17 -
CMYK 0 0.21 0.93 0.04
HSL 46.58º 0.92% 0.51% -
HSV(B) 46.58º 0.93% 0.96% -
XYZ 57.05 58.04 8.73 -
YUV 189.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 245 194 17 0 0.21 0.93 0.04 46.58 0.92 0.51
Hex F5 C2 11 0 15 5D 4 2F 5C 33
Octal 365 302 21 0 25 135 4 57 134 63
Binary 11110101 11000010 10001 0 10101 1011101 100 101111 1011100 110011

Color Harmonies of #F5C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C211

Black with #F5C211

Text Example


Text Example

White with #F5C211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C211; }

 p { color: rgb(245,194,17); }

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

background-color css

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

 a { background-color: rgb(245,194,17); }

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

border-color css

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

 span { border-color: rgb(245,194,17); }

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