Html Css Color HEX #F5D43A Sunglow

📋 copy color: '#F5D43A'

red 245 ◦ green 212 ◦ blue 58

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

Shades of Sunglow #F5D43A

Tints of Sunglow #F5D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

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

R = 47.57%
G = 41.17%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5D43A (or 0xF5D43A) is known color: Sunglow. HEX triplet: F5, D4 and 3A. RGB value is (245,212,58). Sum of RGB (Red+Green+Blue) = 245+212+58=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D43A is #0A2BC5. Grayscale: #CCCCCC. Windows color (decimal): -666566 or 3855605. OLE color: 3855605.

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

Color convert

RGB 245 212 58 -
CMYK 0 0.13 0.76 0.04
HSL 49.41º 0.9% 0.59% -
HSV(B) 49.41º 0.76% 0.96% -
XYZ 61.96 66.8 13.63 -
YUV 204.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 245 212 58 0 0.13 0.76 0.04 49.41 0.9 0.59
Hex F5 D4 3A 0 D 4C 4 31 5A 3B
Octal 365 324 72 0 15 114 4 61 132 73
Binary 11110101 11010100 111010 0 1101 1001100 100 110001 1011010 111011

Color Harmonies of #F5D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D43A

Black with #F5D43A

Text Example


Text Example

White with #F5D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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