Html Css Color HEX #F5CD3A Sunglow

📋 copy color: '#F5CD3A'

red 245 ◦ green 205 ◦ blue 58

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

Shades of Sunglow #F5CD3A

Tints of Sunglow #F5CD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 58 (23.05% from 255) = 11.42%

R = 48.23%
G = 40.35%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5CD3A (or 0xF5CD3A) is known color: Sunglow. HEX triplet: F5, CD and 3A. RGB value is (245,205,58). Sum of RGB (Red+Green+Blue) = 245+205+58=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD3A is #0A32C5. Grayscale: #C8C8C8. Windows color (decimal): -668358 or 3853813. OLE color: 3853813.

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

Color convert

RGB 245 205 58 -
CMYK 0 0.16 0.76 0.04
HSL 47.17º 0.9% 0.59% -
HSV(B) 47.17º 0.76% 0.96% -
XYZ 60.25 63.38 13.06 -
YUV 200.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 245 205 58 0 0.16 0.76 0.04 47.17 0.9 0.59
Hex F5 CD 3A 0 10 4C 4 2F 5A 3B
Octal 365 315 72 0 20 114 4 57 132 73
Binary 11110101 11001101 111010 0 10000 1001100 100 101111 1011010 111011

Color Harmonies of #F5CD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD3A

Black with #F5CD3A

Text Example


Text Example

White with #F5CD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD3A; }

 p { color: rgb(245,205,58); }

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

background-color css

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

 a { background-color: rgb(245,205,58); }

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

border-color css

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

 span { border-color: rgb(245,205,58); }

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