Html Css Color HEX #FEC920 Turbo

📋 copy color: '#FEC920'

red 254 ◦ green 201 ◦ blue 32

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

Shades of Turbo #FEC920

Tints of Turbo #FEC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

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

R = 52.16%
G = 41.27%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC920 (or 0xFEC920) is known color: Turbo. HEX triplet: FE, C9 and 20. RGB value is (254,201,32). Sum of RGB (Red+Green+Blue) = 254+201+32=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC920 is #0136DF. Grayscale: #C6C6C6. Windows color (decimal): -79584 or 2148862. OLE color: 2148862.

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

Color convert

RGB 254 201 32 -
CMYK 0 0.21 0.87 0.00
HSL 45.68º 0.99% 0.56% -
HSV(B) 45.68º 0.87% 1% -
XYZ 62.02 62.95 10.25 -
YUV 197.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 254 201 32 0 0.21 0.87 0.00 45.68 0.99 0.56
Hex FE C9 20 0 15 57 0 2E 63 38
Octal 376 311 40 0 25 127 0 56 143 70
Binary 11111110 11001001 100000 0 10101 1010111 0 101110 1100011 111000

Color Harmonies of #FEC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC920

Black with #FEC920

Text Example


Text Example

White with #FEC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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