Html Css Color HEX #FEC81A Turbo

📋 copy color: '#FEC81A'

red 254 ◦ green 200 ◦ blue 26

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

Shades of Turbo #FEC81A

Tints of Turbo #FEC81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 52.92%
G = 41.67%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEC81A (or 0xFEC81A) is known color: Turbo. HEX triplet: FE, C8 and 1A. RGB value is (254,200,26). Sum of RGB (Red+Green+Blue) = 254+200+26=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC81A is #0137E5. Grayscale: #C5C5C5. Windows color (decimal): -79846 or 1755390. OLE color: 1755390.

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

Color convert

RGB 254 200 26 -
CMYK 0 0.21 0.90 0.00
HSL 45.79º 0.99% 0.55% -
HSV(B) 45.79º 0.9% 1% -
XYZ 61.71 62.45 9.78 -
YUV 196.31 31.89 169.15 -
System Red Green Blue C M Y K H S L
Decimal 254 200 26 0 0.21 0.90 0.00 45.79 0.99 0.55
Hex FE C8 1A 0 15 5A 0 2E 63 37
Octal 376 310 32 0 25 132 0 56 143 67
Binary 11111110 11001000 11010 0 10101 1011010 0 101110 1100011 110111

Color Harmonies of #FEC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC81A

Black with #FEC81A

Text Example


Text Example

White with #FEC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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