Html Css Color HEX #FECA19 Turbo

📋 copy color: '#FECA19'

red 254 ◦ green 202 ◦ blue 25

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

Shades of Turbo #FECA19

Tints of Turbo #FECA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.2%

R = 52.81%
G = 42%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FECA19 (or 0xFECA19) is known color: Turbo. HEX triplet: FE, CA and 19. RGB value is (254,202,25). Sum of RGB (Red+Green+Blue) = 254+202+25=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA19 is #0135E6. Grayscale: #C6C6C6. Windows color (decimal): -79335 or 1690366. OLE color: 1690366.

HSL color Cylindrical-coordinate representation of color #FECA19: hue angle of 46.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FECA19 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 25 -
CMYK 0 0.20 0.90 0.00
HSL 46.38º 0.99% 0.55% -
HSV(B) 46.38º 0.9% 1% -
XYZ 62.17 63.38 9.88 -
YUV 197.37 30.73 168.39 -
System Red Green Blue C M Y K H S L
Decimal 254 202 25 0 0.20 0.90 0.00 46.38 0.99 0.55
Hex FE CA 19 0 14 5A 0 2E 63 37
Octal 376 312 31 0 24 132 0 56 143 67
Binary 11111110 11001010 11001 0 10100 1011010 0 101110 1100011 110111

Color Harmonies of #FECA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA19

Black with #FECA19

Text Example


Text Example

White with #FECA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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