Html Css Color HEX #F5D140 Festival

📋 copy color: '#F5D140'

red 245 ◦ green 209 ◦ blue 64

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

Shades of Festival #F5D140

Tints of Festival #F5D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

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

R = 47.3%
G = 40.35%
B = 12.36%

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

#F5D140 (or 0xF5D140) is known color: Festival. HEX triplet: F5, D1 and 40. RGB value is (245,209,64). Sum of RGB (Red+Green+Blue) = 245+209+64=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D140 is #0A2EBF. Grayscale: #CBCBCB. Windows color (decimal): -667328 or 4248053. OLE color: 4248053.

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

Color convert

RGB 245 209 64 -
CMYK 0 0.15 0.74 0.04
HSL 48.07º 0.9% 0.61% -
HSV(B) 48.07º 0.74% 0.96% -
XYZ 61.38 65.38 14.24 -
YUV 203.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 245 209 64 0 0.15 0.74 0.04 48.07 0.9 0.61
Hex F5 D1 40 0 F 4A 4 30 5A 3D
Octal 365 321 100 0 17 112 4 60 132 75
Binary 11110101 11010001 1000000 0 1111 1001010 100 110000 1011010 111101

Color Harmonies of #F5D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D140

Black with #F5D140

Text Example


Text Example

White with #F5D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D140; }

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

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

background-color css

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

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

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

border-color css

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

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

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