Html Css Color HEX #F0D046 Festival

📋 copy color: '#F0D046'

red 240 ◦ green 208 ◦ blue 70

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

Shades of Festival #F0D046

Tints of Festival #F0D046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

 BLUE value IS 70 (27.73% from 255) = 13.51%

R = 46.33%
G = 40.15%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0D046 (or 0xF0D046) is known color: Festival. HEX triplet: F0, D0 and 46. RGB value is (240,208,70). Sum of RGB (Red+Green+Blue) = 240+208+70=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D046 is #0F2FB9. Grayscale: #CACACA. Windows color (decimal): -995258 or 4641008. OLE color: 4641008.

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

Color convert

RGB 240 208 70 -
CMYK 0 0.13 0.71 0.06
HSL 48.71º 0.85% 0.61% -
HSV(B) 48.71º 0.71% 0.94% -
XYZ 59.6 64.08 15.02 -
YUV 201.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 240 208 70 0 0.13 0.71 0.06 48.71 0.85 0.61
Hex F0 D0 46 0 D 47 6 31 55 3D
Octal 360 320 106 0 15 107 6 61 125 75
Binary 11110000 11010000 1000110 0 1101 1000111 110 110001 1010101 111101

Color Harmonies of #F0D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D046

Black with #F0D046

Text Example


Text Example

White with #F0D046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D046; }

 p { color: rgb(240,208,70); }

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

background-color css

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

 a { background-color: rgb(240,208,70); }

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

border-color css

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

 span { border-color: rgb(240,208,70); }

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