Html Css Color HEX #FED013 Turbo

📋 copy color: '#FED013'

red 254 ◦ green 208 ◦ blue 19

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

Shades of Turbo #FED013

Tints of Turbo #FED013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 52.81%
G = 43.24%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED013 (or 0xFED013) is known color: Turbo. HEX triplet: FE, D0 and 13. RGB value is (254,208,19). Sum of RGB (Red+Green+Blue) = 254+208+19=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED013 is #012FEC. Grayscale: #C9C9C9. Windows color (decimal): -77805 or 1298686. OLE color: 1298686.

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

Color convert

RGB 254 208 19 -
CMYK 0 0.18 0.93 0.00
HSL 48.26º 0.99% 0.54% -
HSV(B) 48.26º 0.93% 1% -
XYZ 63.55 66.23 10.05 -
YUV 200.21 25.74 166.37 -
System Red Green Blue C M Y K H S L
Decimal 254 208 19 0 0.18 0.93 0.00 48.26 0.99 0.54
Hex FE D0 13 0 12 5D 0 30 63 36
Octal 376 320 23 0 22 135 0 60 143 66
Binary 11111110 11010000 10011 0 10010 1011101 0 110000 1100011 110110

Color Harmonies of #FED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED013

Black with #FED013

Text Example


Text Example

White with #FED013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED013; }

 p { color: rgb(254,208,19); }

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

background-color css

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

 a { background-color: rgb(254,208,19); }

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

border-color css

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

 span { border-color: rgb(254,208,19); }

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