Html Css Color HEX #F6DC22 Turbo

📋 copy color: '#F6DC22'

red 246 ◦ green 220 ◦ blue 34

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

Shades of Turbo #F6DC22

Tints of Turbo #F6DC22

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 34 (13.67% from 255) = 6.8%

R = 49.2%
G = 44%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F6DC22 (or 0xF6DC22) is known color: Turbo. HEX triplet: F6, DC and 22. RGB value is (246,220,34). Sum of RGB (Red+Green+Blue) = 246+220+34=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC22 is #0923DD. Grayscale: #CFCFCF. Windows color (decimal): -599006 or 2284790. OLE color: 2284790.

HSL color Cylindrical-coordinate representation of color #F6DC22: hue angle of 52.64º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6DC22 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 34 -
CMYK 0 0.11 0.86 0.04
HSL 52.64º 0.92% 0.55% -
HSV(B) 52.64º 0.86% 0.96% -
XYZ 63.89 70.89 11.83 -
YUV 206.57 30.61 156.12 -
System Red Green Blue C M Y K H S L
Decimal 246 220 34 0 0.11 0.86 0.04 52.64 0.92 0.55
Hex F6 DC 22 0 B 56 4 35 5C 37
Octal 366 334 42 0 13 126 4 65 134 67
Binary 11110110 11011100 100010 0 1011 1010110 100 110101 1011100 110111

Color Harmonies of #F6DC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC22

Black with #F6DC22

Text Example


Text Example

White with #F6DC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC22; }

 p { color: rgb(246,220,34); }

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

background-color css

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

 a { background-color: rgb(246,220,34); }

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

border-color css

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

 span { border-color: rgb(246,220,34); }

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