Html Css Color HEX #F5D040 Festival

📋 copy color: '#F5D040'

red 245 ◦ green 208 ◦ blue 64

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

Shades of Festival #F5D040

Tints of Festival #F5D040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 47.39%
G = 40.23%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5D040 (or 0xF5D040) is known color: Festival. HEX triplet: F5, D0 and 40. RGB value is (245,208,64). Sum of RGB (Red+Green+Blue) = 245+208+64=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D040 is #0A2FBF. Grayscale: #CBCBCB. Windows color (decimal): -667584 or 4247797. OLE color: 4247797.

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

Color convert

RGB 245 208 64 -
CMYK 0 0.15 0.74 0.04
HSL 47.73º 0.9% 0.61% -
HSV(B) 47.73º 0.74% 0.96% -
XYZ 61.14 64.89 14.15 -
YUV 202.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 245 208 64 0 0.15 0.74 0.04 47.73 0.9 0.61
Hex F5 D0 40 0 F 4A 4 30 5A 3D
Octal 365 320 100 0 17 112 4 60 132 75
Binary 11110101 11010000 1000000 0 1111 1001010 100 110000 1011010 111101

Color Harmonies of #F5D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D040

Black with #F5D040

Text Example


Text Example

White with #F5D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D040; }

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

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

background-color css

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

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

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

border-color css

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

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

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