Html Css Color HEX #FEC815 Turbo

📋 copy color: '#FEC815'

red 254 ◦ green 200 ◦ blue 21

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

Shades of Turbo #FEC815

Tints of Turbo #FEC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 21 (8.59% from 255) = 4.42%

R = 53.47%
G = 42.11%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEC815 (or 0xFEC815) is known color: Turbo. HEX triplet: FE, C8 and 15. RGB value is (254,200,21). Sum of RGB (Red+Green+Blue) = 254+200+21=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC815 is #0137EA. Grayscale: #C4C4C4. Windows color (decimal): -79851 or 1427710. OLE color: 1427710.

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

Color convert

RGB 254 200 21 -
CMYK 0 0.21 0.92 0.00
HSL 46.09º 0.99% 0.54% -
HSV(B) 46.09º 0.92% 1% -
XYZ 61.66 62.43 9.51 -
YUV 195.74 29.39 169.55 -
System Red Green Blue C M Y K H S L
Decimal 254 200 21 0 0.21 0.92 0.00 46.09 0.99 0.54
Hex FE C8 15 0 15 5C 0 2E 63 36
Octal 376 310 25 0 25 134 0 56 143 66
Binary 11111110 11001000 10101 0 10101 1011100 0 101110 1100011 110110

Color Harmonies of #FEC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC815

Black with #FEC815

Text Example


Text Example

White with #FEC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC815; }

 p { color: rgb(254,200,21); }

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

background-color css

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

 a { background-color: rgb(254,200,21); }

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

border-color css

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

 span { border-color: rgb(254,200,21); }

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