Html Css Color HEX #FED215 Turbo

📋 copy color: '#FED215'

red 254 ◦ green 210 ◦ blue 21

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

Shades of Turbo #FED215

Tints of Turbo #FED215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 52.37%
G = 43.3%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED215 (or 0xFED215) is known color: Turbo. HEX triplet: FE, D2 and 15. RGB value is (254,210,21). Sum of RGB (Red+Green+Blue) = 254+210+21=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED215 is #012DEA. Grayscale: #CACACA. Windows color (decimal): -77291 or 1430270. OLE color: 1430270.

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

Color convert

RGB 254 210 21 -
CMYK 0 0.17 0.92 0.00
HSL 48.67º 0.99% 0.54% -
HSV(B) 48.67º 0.92% 1% -
XYZ 64.06 67.22 10.31 -
YUV 201.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 254 210 21 0 0.17 0.92 0.00 48.67 0.99 0.54
Hex FE D2 15 0 11 5C 0 31 63 36
Octal 376 322 25 0 21 134 0 61 143 66
Binary 11111110 11010010 10101 0 10001 1011100 0 110001 1100011 110110

Color Harmonies of #FED215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED215

Black with #FED215

Text Example


Text Example

White with #FED215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED215; }

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

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

background-color css

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

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

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

border-color css

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

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

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