Html Css Color HEX #FFC220 Turbo

📋 copy color: '#FFC220'

red 255 ◦ green 194 ◦ blue 32

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

Shades of Turbo #FFC220

Tints of Turbo #FFC220

RGB

 RED value IS 255 (100% from 255) = 53.01%

 GREEN value IS 194 (76.17% from 255) = 40.33%

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

R = 53.01%
G = 40.33%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC220 (or 0xFFC220) is known color: Turbo. HEX triplet: FF, C2 and 20. RGB value is (255,194,32). Sum of RGB (Red+Green+Blue) = 255+194+32=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC220 is #003DDF. Grayscale: #C2C2C2. Windows color (decimal): -15840 or 2147071. OLE color: 2147071.

HSL color Cylindrical-coordinate representation of color #FFC220: hue angle of 43.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC220 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 32 -
CMYK 0 0.24 0.87 0
HSL 43.59º 1% 0.56% -
HSV(B) 43.59º 0.87% 1% -
XYZ 60.79 59.95 9.73 -
YUV 193.77 36.71 171.67 -
System Red Green Blue C M Y K H S L
Decimal 255 194 32 0 0.24 0.87 0 43.59 1 0.56
Hex FF C2 20 0 18 57 0 2C 64 38
Octal 377 302 40 0 30 127 0 54 144 70
Binary 11111111 11000010 100000 0 11000 1010111 0 101100 1100100 111000

Color Harmonies of #FFC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC220

Black with #FFC220

Text Example


Text Example

White with #FFC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC220; }

 p { color: rgb(255,194,32); }

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

background-color css

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

 a { background-color: rgb(255,194,32); }

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

border-color css

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

 span { border-color: rgb(255,194,32); }

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