Html Css Color HEX #F0C945 Festival

📋 copy color: '#F0C945'

red 240 ◦ green 201 ◦ blue 69

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

Shades of Festival #F0C945

Tints of Festival #F0C945

RGB

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

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

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

R = 47.06%
G = 39.41%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C945 (or 0xF0C945) is known color: Festival. HEX triplet: F0, C9 and 45. RGB value is (240,201,69). Sum of RGB (Red+Green+Blue) = 240+201+69=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C945 is #0F36BA. Grayscale: #C6C6C6. Windows color (decimal): -997051 or 4573680. OLE color: 4573680.

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

Color convert

RGB 240 201 69 -
CMYK 0 0.16 0.71 0.06
HSL 46.32º 0.85% 0.61% -
HSV(B) 46.32º 0.71% 0.94% -
XYZ 57.9 60.73 14.3 -
YUV 197.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 240 201 69 0 0.16 0.71 0.06 46.32 0.85 0.61
Hex F0 C9 45 0 10 47 6 2E 55 3D
Octal 360 311 105 0 20 107 6 56 125 75
Binary 11110000 11001001 1000101 0 10000 1000111 110 101110 1010101 111101

Color Harmonies of #F0C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C945

Black with #F0C945

Text Example


Text Example

White with #F0C945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C945; }

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

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

background-color css

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

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

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

border-color css

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

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

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