Html Css Color HEX #F0C545 Festival

📋 copy color: '#F0C545'

red 240 ◦ green 197 ◦ blue 69

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

Shades of Festival #F0C545

Tints of Festival #F0C545

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 69 (27.34% from 255) = 13.64%

R = 47.43%
G = 38.93%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C545 (or 0xF0C545) is known color: Festival. HEX triplet: F0, C5 and 45. RGB value is (240,197,69). Sum of RGB (Red+Green+Blue) = 240+197+69=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C545 is #0F3ABA. Grayscale: #C3C3C3. Windows color (decimal): -998075 or 4572656. OLE color: 4572656.

HSL color Cylindrical-coordinate representation of color #F0C545: hue angle of 44.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0C545 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 69 -
CMYK 0 0.18 0.71 0.06
HSL 44.91º 0.85% 0.61% -
HSV(B) 44.91º 0.71% 0.94% -
XYZ 56.98 58.89 13.99 -
YUV 195.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 240 197 69 0 0.18 0.71 0.06 44.91 0.85 0.61
Hex F0 C5 45 0 12 47 6 2D 55 3D
Octal 360 305 105 0 22 107 6 55 125 75
Binary 11110000 11000101 1000101 0 10010 1000111 110 101101 1010101 111101

Color Harmonies of #F0C545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C545

Black with #F0C545

Text Example


Text Example

White with #F0C545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C545; }

 p { color: rgb(240,197,69); }

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

background-color css

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

 a { background-color: rgb(240,197,69); }

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

border-color css

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

 span { border-color: rgb(240,197,69); }

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