Html Css Color HEX #F5C612 Moon Yellow

📋 copy color: '#F5C612'

red 245 ◦ green 198 ◦ blue 18

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

Shades of Moon Yellow #F5C612

Tints of Moon Yellow #F5C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 53.15%
G = 42.95%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5C612 (or 0xF5C612) is known color: Moon Yellow. HEX triplet: F5, C6 and 12. RGB value is (245,198,18). Sum of RGB (Red+Green+Blue) = 245+198+18=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C612 is #0A39ED. Grayscale: #C0C0C0. Windows color (decimal): -670190 or 1230581. OLE color: 1230581.

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

Color convert

RGB 245 198 18 -
CMYK 0 0.19 0.93 0.04
HSL 47.58º 0.92% 0.52% -
HSV(B) 47.58º 0.93% 0.96% -
XYZ 57.96 59.84 9.07 -
YUV 191.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 245 198 18 0 0.19 0.93 0.04 47.58 0.92 0.52
Hex F5 C6 12 0 13 5D 4 30 5C 34
Octal 365 306 22 0 23 135 4 60 134 64
Binary 11110101 11000110 10010 0 10011 1011101 100 110000 1011100 110100

Color Harmonies of #F5C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C612

Black with #F5C612

Text Example


Text Example

White with #F5C612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C612; }

 p { color: rgb(245,198,18); }

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

background-color css

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

 a { background-color: rgb(245,198,18); }

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

border-color css

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

 span { border-color: rgb(245,198,18); }

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