Html Css Color HEX #FEC520 Turbo

📋 copy color: '#FEC520'

red 254 ◦ green 197 ◦ blue 32

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

Shades of Turbo #FEC520

Tints of Turbo #FEC520

RGB

 RED value IS 254 (99.61% from 255) = 52.59%

 GREEN value IS 197 (77.34% from 255) = 40.79%

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

R = 52.59%
G = 40.79%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC520 (or 0xFEC520) is known color: Turbo. HEX triplet: FE, C5 and 20. RGB value is (254,197,32). Sum of RGB (Red+Green+Blue) = 254+197+32=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC520 is #013ADF. Grayscale: #C3C3C3. Windows color (decimal): -80608 or 2147838. OLE color: 2147838.

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

Color convert

RGB 254 197 32 -
CMYK 0 0.22 0.87 0.00
HSL 44.59º 0.99% 0.56% -
HSV(B) 44.59º 0.87% 1% -
XYZ 61.1 61.11 9.94 -
YUV 195.23 35.88 169.92 -
System Red Green Blue C M Y K H S L
Decimal 254 197 32 0 0.22 0.87 0.00 44.59 0.99 0.56
Hex FE C5 20 0 16 57 0 2D 63 38
Octal 376 305 40 0 26 127 0 55 143 70
Binary 11111110 11000101 100000 0 10110 1010111 0 101101 1100011 111000

Color Harmonies of #FEC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC520

Black with #FEC520

Text Example


Text Example

White with #FEC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC520; }

 p { color: rgb(254,197,32); }

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

background-color css

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

 a { background-color: rgb(254,197,32); }

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

border-color css

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

 span { border-color: rgb(254,197,32); }

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