Html Css Color HEX #F6CA20 Turbo

📋 copy color: '#F6CA20'

red 246 ◦ green 202 ◦ blue 32

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

Shades of Turbo #F6CA20

Tints of Turbo #F6CA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.67%

R = 51.25%
G = 42.08%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6CA20 (or 0xF6CA20) is known color: Turbo. HEX triplet: F6, CA and 20. RGB value is (246,202,32). Sum of RGB (Red+Green+Blue) = 246+202+32=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA20 is #0935DF. Grayscale: #C4C4C4. Windows color (decimal): -603616 or 2149110. OLE color: 2149110.

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

Color convert

RGB 246 202 32 -
CMYK 0 0.18 0.87 0.04
HSL 47.66º 0.92% 0.55% -
HSV(B) 47.66º 0.87% 0.96% -
XYZ 59.39 61.94 10.19 -
YUV 195.78 35.58 163.82 -
System Red Green Blue C M Y K H S L
Decimal 246 202 32 0 0.18 0.87 0.04 47.66 0.92 0.55
Hex F6 CA 20 0 12 57 4 30 5C 37
Octal 366 312 40 0 22 127 4 60 134 67
Binary 11110110 11001010 100000 0 10010 1010111 100 110000 1011100 110111

Color Harmonies of #F6CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CA20

Black with #F6CA20

Text Example


Text Example

White with #F6CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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