Html Css Color HEX #F0D540 Festival

📋 copy color: '#F0D540'

red 240 ◦ green 213 ◦ blue 64

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

Shades of Festival #F0D540

Tints of Festival #F0D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 46.42%
G = 41.2%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0D540 (or 0xF0D540) is known color: Festival. HEX triplet: F0, D5 and 40. RGB value is (240,213,64). Sum of RGB (Red+Green+Blue) = 240+213+64=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D540 is #0F2ABF. Grayscale: #CCCCCC. Windows color (decimal): -993984 or 4249072. OLE color: 4249072.

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

Color convert

RGB 240 213 64 -
CMYK 0 0.11 0.73 0.06
HSL 50.8º 0.85% 0.6% -
HSV(B) 50.8º 0.73% 0.94% -
XYZ 60.65 66.48 14.49 -
YUV 204.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 240 213 64 0 0.11 0.73 0.06 50.8 0.85 0.6
Hex F0 D5 40 0 B 49 6 33 55 3C
Octal 360 325 100 0 13 111 6 63 125 74
Binary 11110000 11010101 1000000 0 1011 1001001 110 110011 1010101 111100

Color Harmonies of #F0D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D540

Black with #F0D540

Text Example


Text Example

White with #F0D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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