Html Css Color HEX #F5CF49 Festival

📋 copy color: '#F5CF49'

red 245 ◦ green 207 ◦ blue 73

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

Shades of Festival #F5CF49

Tints of Festival #F5CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

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

R = 46.67%
G = 39.43%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5CF49 (or 0xF5CF49) is known color: Festival. HEX triplet: F5, CF and 49. RGB value is (245,207,73). Sum of RGB (Red+Green+Blue) = 245+207+73=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF49 is #0A30B6. Grayscale: #CBCBCB. Windows color (decimal): -667831 or 4837365. OLE color: 4837365.

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

Color convert

RGB 245 207 73 -
CMYK 0 0.16 0.70 0.04
HSL 46.74º 0.9% 0.62% -
HSV(B) 46.74º 0.7% 0.96% -
XYZ 61.17 64.52 15.53 -
YUV 203.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 245 207 73 0 0.16 0.70 0.04 46.74 0.9 0.62
Hex F5 CF 49 0 10 46 4 2F 5A 3E
Octal 365 317 111 0 20 106 4 57 132 76
Binary 11110101 11001111 1001001 0 10000 1000110 100 101111 1011010 111110

Color Harmonies of #F5CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF49

Black with #F5CF49

Text Example


Text Example

White with #F5CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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