Html Css Color HEX #F6D341 Festival

📋 copy color: '#F6D341'

red 246 ◦ green 211 ◦ blue 65

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

Shades of Festival #F6D341

Tints of Festival #F6D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

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

R = 47.13%
G = 40.42%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6D341 (or 0xF6D341) is known color: Festival. HEX triplet: F6, D3 and 41. RGB value is (246,211,65). Sum of RGB (Red+Green+Blue) = 246+211+65=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D341 is #092CBE. Grayscale: #CDCDCD. Windows color (decimal): -601279 or 4314102. OLE color: 4314102.

HSL color Cylindrical-coordinate representation of color #F6D341: hue angle of 48.4º 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 #F6D341 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 211 65 -
CMYK 0 0.14 0.74 0.04
HSL 48.4º 0.91% 0.61% -
HSV(B) 48.4º 0.74% 0.96% -
XYZ 62.25 66.56 14.57 -
YUV 204.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 246 211 65 0 0.14 0.74 0.04 48.4 0.91 0.61
Hex F6 D3 41 0 E 4A 4 30 5B 3D
Octal 366 323 101 0 16 112 4 60 133 75
Binary 11110110 11010011 1000001 0 1110 1001010 100 110000 1011011 111101

Color Harmonies of #F6D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D341

Black with #F6D341

Text Example


Text Example

White with #F6D341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D341; }

 p { color: rgb(246,211,65); }

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

background-color css

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

 a { background-color: rgb(246,211,65); }

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

border-color css

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

 span { border-color: rgb(246,211,65); }

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