Html Css Color HEX #F5CF3E Sunglow

📋 copy color: '#F5CF3E'

red 245 ◦ green 207 ◦ blue 62

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

Shades of Sunglow #F5CF3E

Tints of Sunglow #F5CF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

 BLUE value IS 62 (24.61% from 255) = 12.06%

R = 47.67%
G = 40.27%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5CF3E (or 0xF5CF3E) is known color: Sunglow. HEX triplet: F5, CF and 3E. RGB value is (245,207,62). Sum of RGB (Red+Green+Blue) = 245+207+62=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF3E is #0A30C1. Grayscale: #CACACA. Windows color (decimal): -667842 or 4116469. OLE color: 4116469.

HSL color Cylindrical-coordinate representation of color #F5CF3E: hue angle of 47.54º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5CF3E is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 207 62 -
CMYK 0 0.16 0.75 0.04
HSL 47.54º 0.9% 0.6% -
HSV(B) 47.54º 0.75% 0.96% -
XYZ 60.84 64.39 13.78 -
YUV 201.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 245 207 62 0 0.16 0.75 0.04 47.54 0.9 0.6
Hex F5 CF 3E 0 10 4B 4 30 5A 3C
Octal 365 317 76 0 20 113 4 60 132 74
Binary 11110101 11001111 111110 0 10000 1001011 100 110000 1011010 111100

Color Harmonies of #F5CF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF3E

Black with #F5CF3E

Text Example


Text Example

White with #F5CF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF3E; }

 p { color: rgb(245,207,62); }

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

background-color css

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

 a { background-color: rgb(245,207,62); }

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

border-color css

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

 span { border-color: rgb(245,207,62); }

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