Html Css Color HEX #F5CC47 Festival

📋 copy color: '#F5CC47'

red 245 ◦ green 204 ◦ blue 71

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

Shades of Festival #F5CC47

Tints of Festival #F5CC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.65%

R = 47.12%
G = 39.23%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5CC47 (or 0xF5CC47) is known color: Festival. HEX triplet: F5, CC and 47. RGB value is (245,204,71). Sum of RGB (Red+Green+Blue) = 245+204+71=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC47 is #0A33B8. Grayscale: #C9C9C9. Windows color (decimal): -668601 or 4705525. OLE color: 4705525.

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

Color convert

RGB 245 204 71 -
CMYK 0 0.17 0.71 0.04
HSL 45.86º 0.9% 0.62% -
HSV(B) 45.86º 0.71% 0.96% -
XYZ 60.39 63.05 14.95 -
YUV 201.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 245 204 71 0 0.17 0.71 0.04 45.86 0.9 0.62
Hex F5 CC 47 0 11 47 4 2E 5A 3E
Octal 365 314 107 0 21 107 4 56 132 76
Binary 11110101 11001100 1000111 0 10001 1000111 100 101110 1011010 111110

Color Harmonies of #F5CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC47

Black with #F5CC47

Text Example


Text Example

White with #F5CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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