Html Css Color HEX #F0D140 Festival

📋 copy color: '#F0D140'

red 240 ◦ green 209 ◦ blue 64

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

Shades of Festival #F0D140

Tints of Festival #F0D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 46.78%
G = 40.74%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0D140 (or 0xF0D140) is known color: Festival. HEX triplet: F0, D1 and 40. RGB value is (240,209,64). Sum of RGB (Red+Green+Blue) = 240+209+64=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D140 is #0F2EBF. Grayscale: #CACACA. Windows color (decimal): -995008 or 4248048. OLE color: 4248048.

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

Color convert

RGB 240 209 64 -
CMYK 0 0.13 0.73 0.06
HSL 49.43º 0.85% 0.6% -
HSV(B) 49.43º 0.73% 0.94% -
XYZ 59.66 64.5 14.16 -
YUV 201.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 240 209 64 0 0.13 0.73 0.06 49.43 0.85 0.6
Hex F0 D1 40 0 D 49 6 31 55 3C
Octal 360 321 100 0 15 111 6 61 125 74
Binary 11110000 11010001 1000000 0 1101 1001001 110 110001 1010101 111100

Color Harmonies of #F0D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D140

Black with #F0D140

Text Example


Text Example

White with #F0D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D140; }

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

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

background-color css

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

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

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

border-color css

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

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

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