Html Css Color HEX #F6CA46 Festival

📋 copy color: '#F6CA46'

red 246 ◦ green 202 ◦ blue 70

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

Shades of Festival #F6CA46

Tints of Festival #F6CA46

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

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

R = 47.49%
G = 39%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F6CA46 (or 0xF6CA46) is known color: Festival. HEX triplet: F6, CA and 46. RGB value is (246,202,70). Sum of RGB (Red+Green+Blue) = 246+202+70=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA46 is #0935B9. Grayscale: #C8C8C8. Windows color (decimal): -603578 or 4639478. OLE color: 4639478.

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

Color convert

RGB 246 202 70 -
CMYK 0 0.18 0.72 0.04
HSL 45º 0.91% 0.62% -
HSV(B) 45º 0.72% 0.96% -
XYZ 60.23 62.28 14.64 -
YUV 200.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 246 202 70 0 0.18 0.72 0.04 45 0.91 0.62
Hex F6 CA 46 0 12 48 4 2D 5B 3E
Octal 366 312 106 0 22 110 4 55 133 76
Binary 11110110 11001010 1000110 0 10010 1001000 100 101101 1011011 111110

Color Harmonies of #F6CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CA46

Black with #F6CA46

Text Example


Text Example

White with #F6CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CA46; }

 p { color: rgb(246,202,70); }

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

background-color css

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

 a { background-color: rgb(246,202,70); }

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

border-color css

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

 span { border-color: rgb(246,202,70); }

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