Html Css Color HEX #FED520 Turbo

📋 copy color: '#FED520'

red 254 ◦ green 213 ◦ blue 32

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

Shades of Turbo #FED520

Tints of Turbo #FED520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

 BLUE value IS 32 (12.89% from 255) = 6.41%

R = 50.9%
G = 42.69%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED520 (or 0xFED520) is known color: Turbo. HEX triplet: FE, D5 and 20. RGB value is (254,213,32). Sum of RGB (Red+Green+Blue) = 254+213+32=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED520 is #012ADF. Grayscale: #CDCDCD. Windows color (decimal): -76512 or 2151934. OLE color: 2151934.

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

Color convert

RGB 254 213 32 -
CMYK 0 0.16 0.87 0.00
HSL 48.92º 0.99% 0.56% -
HSV(B) 48.92º 0.87% 1% -
XYZ 64.93 68.76 11.22 -
YUV 204.63 30.58 163.22 -
System Red Green Blue C M Y K H S L
Decimal 254 213 32 0 0.16 0.87 0.00 48.92 0.99 0.56
Hex FE D5 20 0 10 57 0 31 63 38
Octal 376 325 40 0 20 127 0 61 143 70
Binary 11111110 11010101 100000 0 10000 1010111 0 110001 1100011 111000

Color Harmonies of #FED520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED520

Black with #FED520

Text Example


Text Example

White with #FED520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED520; }

 p { color: rgb(254,213,32); }

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

background-color css

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

 a { background-color: rgb(254,213,32); }

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

border-color css

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

 span { border-color: rgb(254,213,32); }

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