Html Css Color HEX #F0C845 Festival

📋 copy color: '#F0C845'

red 240 ◦ green 200 ◦ blue 69

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

Shades of Festival #F0C845

Tints of Festival #F0C845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

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

R = 47.15%
G = 39.29%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C845 (or 0xF0C845) is known color: Festival. HEX triplet: F0, C8 and 45. RGB value is (240,200,69). Sum of RGB (Red+Green+Blue) = 240+200+69=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C845 is #0F37BA. Grayscale: #C5C5C5. Windows color (decimal): -997307 or 4573424. OLE color: 4573424.

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

Color convert

RGB 240 200 69 -
CMYK 0 0.17 0.71 0.06
HSL 45.96º 0.85% 0.61% -
HSV(B) 45.96º 0.71% 0.94% -
XYZ 57.66 60.26 14.22 -
YUV 197.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 240 200 69 0 0.17 0.71 0.06 45.96 0.85 0.61
Hex F0 C8 45 0 11 47 6 2E 55 3D
Octal 360 310 105 0 21 107 6 56 125 75
Binary 11110000 11001000 1000101 0 10001 1000111 110 101110 1010101 111101

Color Harmonies of #F0C845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C845

Black with #F0C845

Text Example


Text Example

White with #F0C845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C845; }

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

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

background-color css

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

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

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

border-color css

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

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

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