Html Css Color HEX #F6D040 Festival

📋 copy color: '#F6D040'

red 246 ◦ green 208 ◦ blue 64

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

Shades of Festival #F6D040

Tints of Festival #F6D040

RGB

 RED value IS 246 (96.48% from 255) = 47.49%

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

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

R = 47.49%
G = 40.15%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6D040 (or 0xF6D040) is known color: Festival. HEX triplet: F6, D0 and 40. RGB value is (246,208,64). Sum of RGB (Red+Green+Blue) = 246+208+64=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D040 is #092FBF. Grayscale: #CBCBCB. Windows color (decimal): -602048 or 4247798. OLE color: 4247798.

HSL color Cylindrical-coordinate representation of color #F6D040: hue angle of 47.47º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6D040 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 64 -
CMYK 0 0.15 0.74 0.04
HSL 47.47º 0.91% 0.61% -
HSV(B) 47.47º 0.74% 0.96% -
XYZ 61.49 65.07 14.17 -
YUV 202.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 246 208 64 0 0.15 0.74 0.04 47.47 0.91 0.61
Hex F6 D0 40 0 F 4A 4 2F 5B 3D
Octal 366 320 100 0 17 112 4 57 133 75
Binary 11110110 11010000 1000000 0 1111 1001010 100 101111 1011011 111101

Color Harmonies of #F6D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D040

Black with #F6D040

Text Example


Text Example

White with #F6D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D040; }

 p { color: rgb(246,208,64); }

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

background-color css

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

 a { background-color: rgb(246,208,64); }

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

border-color css

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

 span { border-color: rgb(246,208,64); }

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