Html Css Color HEX #F5C947 Festival

📋 copy color: '#F5C947'

red 245 ◦ green 201 ◦ blue 71

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

Shades of Festival #F5C947

Tints of Festival #F5C947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 47.39%
G = 38.88%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5C947 (or 0xF5C947) is known color: Festival. HEX triplet: F5, C9 and 47. RGB value is (245,201,71). Sum of RGB (Red+Green+Blue) = 245+201+71=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C947 is #0A36B8. Grayscale: #C7C7C7. Windows color (decimal): -669369 or 4704757. OLE color: 4704757.

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

Color convert

RGB 245 201 71 -
CMYK 0 0.18 0.71 0.04
HSL 44.83º 0.9% 0.62% -
HSV(B) 44.83º 0.71% 0.96% -
XYZ 59.68 61.64 14.71 -
YUV 199.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 245 201 71 0 0.18 0.71 0.04 44.83 0.9 0.62
Hex F5 C9 47 0 12 47 4 2D 5A 3E
Octal 365 311 107 0 22 107 4 55 132 76
Binary 11110101 11001001 1000111 0 10010 1000111 100 101101 1011010 111110

Color Harmonies of #F5C947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C947

Black with #F5C947

Text Example


Text Example

White with #F5C947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C947; }

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

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

background-color css

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

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

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

border-color css

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

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

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