Html Css Color HEX #F0D146 Festival

📋 copy color: '#F0D146'

red 240 ◦ green 209 ◦ blue 70

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

Shades of Festival #F0D146

Tints of Festival #F0D146

RGB

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

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

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

R = 46.24%
G = 40.27%
B = 13.49%

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

#F0D146 (or 0xF0D146) is known color: Festival. HEX triplet: F0, D1 and 46. RGB value is (240,209,70). Sum of RGB (Red+Green+Blue) = 240+209+70=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D146 is #0F2EB9. Grayscale: #CBCBCB. Windows color (decimal): -995002 or 4641264. OLE color: 4641264.

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

Color convert

RGB 240 209 70 -
CMYK 0 0.13 0.71 0.06
HSL 49.06º 0.85% 0.61% -
HSV(B) 49.06º 0.71% 0.94% -
XYZ 59.84 64.57 15.1 -
YUV 202.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 240 209 70 0 0.13 0.71 0.06 49.06 0.85 0.61
Hex F0 D1 46 0 D 47 6 31 55 3D
Octal 360 321 106 0 15 107 6 61 125 75
Binary 11110000 11010001 1000110 0 1101 1000111 110 110001 1010101 111101

Color Harmonies of #F0D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D146

Black with #F0D146

Text Example


Text Example

White with #F0D146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D146; }

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

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

background-color css

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

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

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

border-color css

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

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

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