Html Css Color HEX #F5CA49 Festival

📋 copy color: '#F5CA49'

red 245 ◦ green 202 ◦ blue 73

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

Shades of Festival #F5CA49

Tints of Festival #F5CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 73 (28.91% from 255) = 14.04%

R = 47.12%
G = 38.85%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5CA49 (or 0xF5CA49) is known color: Festival. HEX triplet: F5, CA and 49. RGB value is (245,202,73). Sum of RGB (Red+Green+Blue) = 245+202+73=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA49 is #0A35B6. Grayscale: #C8C8C8. Windows color (decimal): -669111 or 4836085. OLE color: 4836085.

HSL color Cylindrical-coordinate representation of color #F5CA49: 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.7%. Process color model (Four color, CMYK) of #F5CA49 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 73 -
CMYK 0 0.18 0.70 0.04
HSL 45º 0.9% 0.62% -
HSV(B) 45º 0.7% 0.96% -
XYZ 59.98 62.13 15.14 -
YUV 200.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 245 202 73 0 0.18 0.70 0.04 45 0.9 0.62
Hex F5 CA 49 0 12 46 4 2D 5A 3E
Octal 365 312 111 0 22 106 4 55 132 76
Binary 11110101 11001010 1001001 0 10010 1000110 100 101101 1011010 111110

Color Harmonies of #F5CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA49

Black with #F5CA49

Text Example


Text Example

White with #F5CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA49; }

 p { color: rgb(245,202,73); }

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

background-color css

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

 a { background-color: rgb(245,202,73); }

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

border-color css

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

 span { border-color: rgb(245,202,73); }

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