Html Css Color HEX #F0D441 Festival

📋 copy color: '#F0D441'

red 240 ◦ green 212 ◦ blue 65

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

Shades of Festival #F0D441

Tints of Festival #F0D441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 65 (25.78% from 255) = 12.57%

R = 46.42%
G = 41.01%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0D441 (or 0xF0D441) is known color: Festival. HEX triplet: F0, D4 and 41. RGB value is (240,212,65). Sum of RGB (Red+Green+Blue) = 240+212+65=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D441 is #0F2BBE. Grayscale: #CCCCCC. Windows color (decimal): -994239 or 4314352. OLE color: 4314352.

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

Color convert

RGB 240 212 65 -
CMYK 0 0.12 0.73 0.06
HSL 50.4º 0.85% 0.6% -
HSV(B) 50.4º 0.73% 0.94% -
XYZ 60.43 65.99 14.55 -
YUV 203.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 240 212 65 0 0.12 0.73 0.06 50.4 0.85 0.6
Hex F0 D4 41 0 C 49 6 32 55 3C
Octal 360 324 101 0 14 111 6 62 125 74
Binary 11110000 11010100 1000001 0 1100 1001001 110 110010 1010101 111100

Color Harmonies of #F0D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D441

Black with #F0D441

Text Example


Text Example

White with #F0D441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D441; }

 p { color: rgb(240,212,65); }

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

background-color css

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

 a { background-color: rgb(240,212,65); }

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

border-color css

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

 span { border-color: rgb(240,212,65); }

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