Html Css Color HEX #F0D545 Festival

📋 copy color: '#F0D545'

red 240 ◦ green 213 ◦ blue 69

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

Shades of Festival #F0D545

Tints of Festival #F0D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.8%

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

R = 45.98%
G = 40.8%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0D545 (or 0xF0D545) is known color: Festival. HEX triplet: F0, D5 and 45. RGB value is (240,213,69). Sum of RGB (Red+Green+Blue) = 240+213+69=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D545 is #0F2ABA. Grayscale: #CDCDCD. Windows color (decimal): -993979 or 4576752. OLE color: 4576752.

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

Color convert

RGB 240 213 69 -
CMYK 0 0.11 0.71 0.06
HSL 50.53º 0.85% 0.61% -
HSV(B) 50.53º 0.71% 0.94% -
XYZ 60.8 66.54 15.27 -
YUV 204.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 240 213 69 0 0.11 0.71 0.06 50.53 0.85 0.61
Hex F0 D5 45 0 B 47 6 33 55 3D
Octal 360 325 105 0 13 107 6 63 125 75
Binary 11110000 11010101 1000101 0 1011 1000111 110 110011 1010101 111101

Color Harmonies of #F0D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D545

Black with #F0D545

Text Example


Text Example

White with #F0D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D545; }

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

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

background-color css

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

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

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

border-color css

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

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

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