Html Css Color HEX #FEC720 Turbo

📋 copy color: '#FEC720'

red 254 ◦ green 199 ◦ blue 32

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

Shades of Turbo #FEC720

Tints of Turbo #FEC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.03%

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

R = 52.37%
G = 41.03%
B = 6.6%

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

#FEC720 (or 0xFEC720) is known color: Turbo. HEX triplet: FE, C7 and 20. RGB value is (254,199,32). Sum of RGB (Red+Green+Blue) = 254+199+32=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC720 is #0138DF. Grayscale: #C5C5C5. Windows color (decimal): -80096 or 2148350. OLE color: 2148350.

HSL color Cylindrical-coordinate representation of color #FEC720: hue angle of 45.14º 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 #FEC720 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 32 -
CMYK 0 0.22 0.87 0.00
HSL 45.14º 0.99% 0.56% -
HSV(B) 45.14º 0.87% 1% -
XYZ 61.56 62.02 10.09 -
YUV 196.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 254 199 32 0 0.22 0.87 0.00 45.14 0.99 0.56
Hex FE C7 20 0 16 57 0 2D 63 38
Octal 376 307 40 0 26 127 0 55 143 70
Binary 11111110 11000111 100000 0 10110 1010111 0 101101 1100011 111000

Color Harmonies of #FEC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC720

Black with #FEC720

Text Example


Text Example

White with #FEC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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