Html Css Color HEX #F5D038 Sunglow

📋 copy color: '#F5D038'

red 245 ◦ green 208 ◦ blue 56

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

Shades of Sunglow #F5D038

Tints of Sunglow #F5D038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 56 (22.27% from 255) = 11%

R = 48.13%
G = 40.86%
B = 11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F5D038 (or 0xF5D038) is known color: Sunglow. HEX triplet: F5, D0 and 38. RGB value is (245,208,56). Sum of RGB (Red+Green+Blue) = 245+208+56=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 56 (22.27% from 255 or 11.00% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D038 is #0A2FC7. Grayscale: #CACACA. Windows color (decimal): -667592 or 3723509. OLE color: 3723509.

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

Color convert

RGB 245 208 56 -
CMYK 0 0.15 0.77 0.04
HSL 48.25º 0.9% 0.59% -
HSV(B) 48.25º 0.77% 0.96% -
XYZ 60.93 64.81 13.04 -
YUV 201.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 245 208 56 0 0.15 0.77 0.04 48.25 0.9 0.59
Hex F5 D0 38 0 F 4D 4 30 5A 3B
Octal 365 320 70 0 17 115 4 60 132 73
Binary 11110101 11010000 111000 0 1111 1001101 100 110000 1011010 111011

Color Harmonies of #F5D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D038

Black with #F5D038

Text Example


Text Example

White with #F5D038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D038; }

 p { color: rgb(245,208,56); }

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

background-color css

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

 a { background-color: rgb(245,208,56); }

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

border-color css

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

 span { border-color: rgb(245,208,56); }

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