Html Css Color HEX #F5D145 Festival

📋 copy color: '#F5D145'

red 245 ◦ green 209 ◦ blue 69

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

Shades of Festival #F5D145

Tints of Festival #F5D145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.19%

R = 46.85%
G = 39.96%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F5D145 (or 0xF5D145) is known color: Festival. HEX triplet: F5, D1 and 45. RGB value is (245,209,69). Sum of RGB (Red+Green+Blue) = 245+209+69=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D145 is #0A2EBA. Grayscale: #CCCCCC. Windows color (decimal): -667323 or 4575733. OLE color: 4575733.

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

Color convert

RGB 245 209 69 -
CMYK 0 0.15 0.72 0.04
HSL 47.73º 0.9% 0.62% -
HSV(B) 47.73º 0.72% 0.96% -
XYZ 61.53 65.44 15.02 -
YUV 203.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 245 209 69 0 0.15 0.72 0.04 47.73 0.9 0.62
Hex F5 D1 45 0 F 48 4 30 5A 3E
Octal 365 321 105 0 17 110 4 60 132 76
Binary 11110101 11010001 1000101 0 1111 1001000 100 110000 1011010 111110

Color Harmonies of #F5D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D145

Black with #F5D145

Text Example


Text Example

White with #F5D145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D145; }

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

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

background-color css

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

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

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

border-color css

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

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

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