Html Css Color HEX #FED524 Turbo

📋 copy color: '#FED524'

red 254 ◦ green 213 ◦ blue 36

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

Shades of Turbo #FED524

Tints of Turbo #FED524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.16%

R = 50.5%
G = 42.35%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED524 (or 0xFED524) is known color: Turbo. HEX triplet: FE, D5 and 24. RGB value is (254,213,36). Sum of RGB (Red+Green+Blue) = 254+213+36=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED524 is #012ADB. Grayscale: #CDCDCD. Windows color (decimal): -76508 or 2414078. OLE color: 2414078.

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

Color convert

RGB 254 213 36 -
CMYK 0 0.16 0.86 0.00
HSL 48.72º 0.99% 0.57% -
HSV(B) 48.72º 0.86% 1% -
XYZ 64.99 68.79 11.52 -
YUV 205.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 254 213 36 0 0.16 0.86 0.00 48.72 0.99 0.57
Hex FE D5 24 0 10 56 0 31 63 39
Octal 376 325 44 0 20 126 0 61 143 71
Binary 11111110 11010101 100100 0 10000 1010110 0 110001 1100011 111001

Color Harmonies of #FED524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED524

Black with #FED524

Text Example


Text Example

White with #FED524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED524; }

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

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

background-color css

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

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

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

border-color css

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

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

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