Html Css Color HEX #FED113 Turbo

📋 copy color: '#FED113'

red 254 ◦ green 209 ◦ blue 19

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

Shades of Turbo #FED113

Tints of Turbo #FED113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 52.7%
G = 43.36%
B = 3.94%

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

#FED113 (or 0xFED113) is known color: Turbo. HEX triplet: FE, D1 and 13. RGB value is (254,209,19). Sum of RGB (Red+Green+Blue) = 254+209+19=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED113 is #012EEC. Grayscale: #C9C9C9. Windows color (decimal): -77549 or 1298942. OLE color: 1298942.

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

Color convert

RGB 254 209 19 -
CMYK 0 0.18 0.93 0.00
HSL 48.51º 0.99% 0.54% -
HSV(B) 48.51º 0.93% 1% -
XYZ 63.79 66.72 10.13 -
YUV 200.8 25.41 165.95 -
System Red Green Blue C M Y K H S L
Decimal 254 209 19 0 0.18 0.93 0.00 48.51 0.99 0.54
Hex FE D1 13 0 12 5D 0 31 63 36
Octal 376 321 23 0 22 135 0 61 143 66
Binary 11111110 11010001 10011 0 10010 1011101 0 110001 1100011 110110

Color Harmonies of #FED113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED113

Black with #FED113

Text Example


Text Example

White with #FED113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED113; }

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

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

background-color css

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

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

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

border-color css

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

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

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