Html Css Color HEX #F5D045 Festival

📋 copy color: '#F5D045'

red 245 ◦ green 208 ◦ blue 69

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

Shades of Festival #F5D045

Tints of Festival #F5D045

RGB

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

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

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

R = 46.93%
G = 39.85%
B = 13.22%

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

#F5D045 (or 0xF5D045) is known color: Festival. HEX triplet: F5, D0 and 45. RGB value is (245,208,69). Sum of RGB (Red+Green+Blue) = 245+208+69=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D045 is #0A2FBA. Grayscale: #CBCBCB. Windows color (decimal): -667579 or 4575477. OLE color: 4575477.

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

Color convert

RGB 245 208 69 -
CMYK 0 0.15 0.72 0.04
HSL 47.39º 0.9% 0.62% -
HSV(B) 47.39º 0.72% 0.96% -
XYZ 61.29 64.95 14.94 -
YUV 203.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 245 208 69 0 0.15 0.72 0.04 47.39 0.9 0.62
Hex F5 D0 45 0 F 48 4 2F 5A 3E
Octal 365 320 105 0 17 110 4 57 132 76
Binary 11110101 11010000 1000101 0 1111 1001000 100 101111 1011010 111110

Color Harmonies of #F5D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D045

Black with #F5D045

Text Example


Text Example

White with #F5D045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D045; }

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

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

background-color css

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

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

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

border-color css

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

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

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