Html Css Color HEX #FEDC21 Turbo

📋 copy color: '#FEDC21'

red 254 ◦ green 220 ◦ blue 33

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

Shades of Turbo #FEDC21

Tints of Turbo #FEDC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

 BLUE value IS 33 (13.28% from 255) = 6.51%

R = 50.1%
G = 43.39%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEDC21 (or 0xFEDC21) is known color: Turbo. HEX triplet: FE, DC and 21. RGB value is (254,220,33). Sum of RGB (Red+Green+Blue) = 254+220+33=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 33 (13.28% from 255 or 6.51% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC21 is #0123DE. Grayscale: #D1D1D1. Windows color (decimal): -74719 or 2219262. OLE color: 2219262.

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

Color convert

RGB 254 220 33 -
CMYK 0 0.13 0.87 0.00
HSL 50.77º 0.99% 0.56% -
HSV(B) 50.77º 0.87% 1% -
XYZ 66.74 72.37 11.89 -
YUV 208.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 254 220 33 0 0.13 0.87 0.00 50.77 0.99 0.56
Hex FE DC 21 0 D 57 0 33 63 38
Octal 376 334 41 0 15 127 0 63 143 70
Binary 11111110 11011100 100001 0 1101 1010111 0 110011 1100011 111000

Color Harmonies of #FEDC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC21

Black with #FEDC21

Text Example


Text Example

White with #FEDC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC21; }

 p { color: rgb(254,220,33); }

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

background-color css

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

 a { background-color: rgb(254,220,33); }

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

border-color css

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

 span { border-color: rgb(254,220,33); }

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