Html Css Color HEX #F5CC40 Festival

📋 copy color: '#F5CC40'

red 245 ◦ green 204 ◦ blue 64

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

Shades of Festival #F5CC40

Tints of Festival #F5CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.77%

 BLUE value IS 64 (25.39% from 255) = 12.48%

R = 47.76%
G = 39.77%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5CC40 (or 0xF5CC40) is known color: Festival. HEX triplet: F5, CC and 40. RGB value is (245,204,64). Sum of RGB (Red+Green+Blue) = 245+204+64=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC40 is #0A33BF. Grayscale: #C8C8C8. Windows color (decimal): -668608 or 4246773. OLE color: 4246773.

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

Color convert

RGB 245 204 64 -
CMYK 0 0.17 0.74 0.04
HSL 46.41º 0.9% 0.61% -
HSV(B) 46.41º 0.74% 0.96% -
XYZ 60.17 62.97 13.83 -
YUV 200.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 245 204 64 0 0.17 0.74 0.04 46.41 0.9 0.61
Hex F5 CC 40 0 11 4A 4 2E 5A 3D
Octal 365 314 100 0 21 112 4 56 132 75
Binary 11110101 11001100 1000000 0 10001 1001010 100 101110 1011010 111101

Color Harmonies of #F5CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC40

Black with #F5CC40

Text Example


Text Example

White with #F5CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC40; }

 p { color: rgb(245,204,64); }

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

background-color css

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

 a { background-color: rgb(245,204,64); }

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

border-color css

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

 span { border-color: rgb(245,204,64); }

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