Html Css Color HEX #FECA20 Turbo

📋 copy color: '#FECA20'

red 254 ◦ green 202 ◦ blue 32

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

Shades of Turbo #FECA20

Tints of Turbo #FECA20

RGB

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

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

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

R = 52.05%
G = 41.39%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FECA20 (or 0xFECA20) is known color: Turbo. HEX triplet: FE, CA and 20. RGB value is (254,202,32). Sum of RGB (Red+Green+Blue) = 254+202+32=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA20 is #0135DF. Grayscale: #C6C6C6. Windows color (decimal): -79328 or 2149118. OLE color: 2149118.

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

Color convert

RGB 254 202 32 -
CMYK 0 0.20 0.87 0.00
HSL 45.95º 0.99% 0.56% -
HSV(B) 45.95º 0.87% 1% -
XYZ 62.25 63.42 10.33 -
YUV 198.17 34.23 167.82 -
System Red Green Blue C M Y K H S L
Decimal 254 202 32 0 0.20 0.87 0.00 45.95 0.99 0.56
Hex FE CA 20 0 14 57 0 2E 63 38
Octal 376 312 40 0 24 127 0 56 143 70
Binary 11111110 11001010 100000 0 10100 1010111 0 101110 1100011 111000

Color Harmonies of #FECA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA20

Black with #FECA20

Text Example


Text Example

White with #FECA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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