Html Css Color HEX #F5CC44 Festival

📋 copy color: '#F5CC44'

red 245 ◦ green 204 ◦ blue 68

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

Shades of Festival #F5CC44

Tints of Festival #F5CC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.15%

R = 47.39%
G = 39.46%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F5CC44 (or 0xF5CC44) is known color: Festival. HEX triplet: F5, CC and 44. RGB value is (245,204,68). Sum of RGB (Red+Green+Blue) = 245+204+68=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC44 is #0A33BB. Grayscale: #C9C9C9. Windows color (decimal): -668604 or 4508917. OLE color: 4508917.

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

Color convert

RGB 245 204 68 -
CMYK 0 0.17 0.72 0.04
HSL 46.1º 0.9% 0.61% -
HSV(B) 46.1º 0.72% 0.96% -
XYZ 60.29 63.02 14.45 -
YUV 200.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 245 204 68 0 0.17 0.72 0.04 46.1 0.9 0.61
Hex F5 CC 44 0 11 48 4 2E 5A 3D
Octal 365 314 104 0 21 110 4 56 132 75
Binary 11110101 11001100 1000100 0 10001 1001000 100 101110 1011010 111101

Color Harmonies of #F5CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC44

Black with #F5CC44

Text Example


Text Example

White with #F5CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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