Html Css Color HEX #F5C945 Festival

📋 copy color: '#F5C945'

red 245 ◦ green 201 ◦ blue 69

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

Shades of Festival #F5C945

Tints of Festival #F5C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

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

R = 47.57%
G = 39.03%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F5C945 (or 0xF5C945) is known color: Festival. HEX triplet: F5, C9 and 45. RGB value is (245,201,69). Sum of RGB (Red+Green+Blue) = 245+201+69=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C945 is #0A36BA. Grayscale: #C7C7C7. Windows color (decimal): -669371 or 4573685. OLE color: 4573685.

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

Color convert

RGB 245 201 69 -
CMYK 0 0.18 0.72 0.04
HSL 45º 0.9% 0.62% -
HSV(B) 45º 0.72% 0.96% -
XYZ 59.62 61.62 14.38 -
YUV 199.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 245 201 69 0 0.18 0.72 0.04 45 0.9 0.62
Hex F5 C9 45 0 12 48 4 2D 5A 3E
Octal 365 311 105 0 22 110 4 55 132 76
Binary 11110101 11001001 1000101 0 10010 1001000 100 101101 1011010 111110

Color Harmonies of #F5C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C945

Black with #F5C945

Text Example


Text Example

White with #F5C945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C945; }

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

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

background-color css

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

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

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

border-color css

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

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

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