Html Css Color HEX #FECA14 Turbo

📋 copy color: '#FECA14'

red 254 ◦ green 202 ◦ blue 20

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

Shades of Turbo #FECA14

Tints of Turbo #FECA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.2%

R = 53.36%
G = 42.44%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FECA14 (or 0xFECA14) is known color: Turbo. HEX triplet: FE, CA and 14. RGB value is (254,202,20). Sum of RGB (Red+Green+Blue) = 254+202+20=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA14 is #0135EB. Grayscale: #C5C5C5. Windows color (decimal): -79340 or 1362686. OLE color: 1362686.

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

Color convert

RGB 254 202 20 -
CMYK 0 0.20 0.92 0.00
HSL 46.67º 0.99% 0.54% -
HSV(B) 46.67º 0.92% 1% -
XYZ 62.12 63.36 9.62 -
YUV 196.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 254 202 20 0 0.20 0.92 0.00 46.67 0.99 0.54
Hex FE CA 14 0 14 5C 0 2F 63 36
Octal 376 312 24 0 24 134 0 57 143 66
Binary 11111110 11001010 10100 0 10100 1011100 0 101111 1100011 110110

Color Harmonies of #FECA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA14

Black with #FECA14

Text Example


Text Example

White with #FECA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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