Html Css Color HEX #FED016 Turbo

📋 copy color: '#FED016'

red 254 ◦ green 208 ◦ blue 22

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

Shades of Turbo #FED016

Tints of Turbo #FED016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 52.48%
G = 42.98%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FED016 (or 0xFED016) is known color: Turbo. HEX triplet: FE, D0 and 16. RGB value is (254,208,22). Sum of RGB (Red+Green+Blue) = 254+208+22=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED016 is #012FE9. Grayscale: #C9C9C9. Windows color (decimal): -77802 or 1495294. OLE color: 1495294.

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

Color convert

RGB 254 208 22 -
CMYK 0 0.18 0.91 0.00
HSL 48.1º 0.99% 0.54% -
HSV(B) 48.1º 0.91% 1% -
XYZ 63.57 66.24 10.19 -
YUV 200.55 27.24 166.12 -
System Red Green Blue C M Y K H S L
Decimal 254 208 22 0 0.18 0.91 0.00 48.1 0.99 0.54
Hex FE D0 16 0 12 5B 0 30 63 36
Octal 376 320 26 0 22 133 0 60 143 66
Binary 11111110 11010000 10110 0 10010 1011011 0 110000 1100011 110110

Color Harmonies of #FED016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED016

Black with #FED016

Text Example


Text Example

White with #FED016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED016; }

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

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

background-color css

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

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

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

border-color css

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

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

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