Html Css Color HEX #FED21D Turbo

📋 copy color: '#FED21D'

red 254 ◦ green 210 ◦ blue 29

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

Shades of Turbo #FED21D

Tints of Turbo #FED21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.88%

R = 51.52%
G = 42.6%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FED21D (or 0xFED21D) is known color: Turbo. HEX triplet: FE, D2 and 1D. RGB value is (254,210,29). Sum of RGB (Red+Green+Blue) = 254+210+29=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED21D is #012DE2. Grayscale: #CBCBCB. Windows color (decimal): -77283 or 1954558. OLE color: 1954558.

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

Color convert

RGB 254 210 29 -
CMYK 0 0.17 0.89 0.00
HSL 48.27º 0.99% 0.55% -
HSV(B) 48.27º 0.89% 1% -
XYZ 64.14 67.25 10.76 -
YUV 202.52 30.08 164.72 -
System Red Green Blue C M Y K H S L
Decimal 254 210 29 0 0.17 0.89 0.00 48.27 0.99 0.55
Hex FE D2 1D 0 11 59 0 30 63 37
Octal 376 322 35 0 21 131 0 60 143 67
Binary 11111110 11010010 11101 0 10001 1011001 0 110000 1100011 110111

Color Harmonies of #FED21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED21D

Black with #FED21D

Text Example


Text Example

White with #FED21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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