Html Css Color HEX #FED518 Turbo

📋 copy color: '#FED518'

red 254 ◦ green 213 ◦ blue 24

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

Shades of Turbo #FED518

Tints of Turbo #FED518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.89%

R = 51.73%
G = 43.38%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FED518 (or 0xFED518) is known color: Turbo. HEX triplet: FE, D5 and 18. RGB value is (254,213,24). Sum of RGB (Red+Green+Blue) = 254+213+24=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED518 is #012AE7. Grayscale: #CCCCCC. Windows color (decimal): -76520 or 1627646. OLE color: 1627646.

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

Color convert

RGB 254 213 24 -
CMYK 0 0.16 0.91 0.00
HSL 49.3º 0.99% 0.55% -
HSV(B) 49.3º 0.91% 1% -
XYZ 64.83 68.73 10.71 -
YUV 203.71 26.58 163.87 -
System Red Green Blue C M Y K H S L
Decimal 254 213 24 0 0.16 0.91 0.00 49.3 0.99 0.55
Hex FE D5 18 0 10 5B 0 31 63 37
Octal 376 325 30 0 20 133 0 61 143 67
Binary 11111110 11010101 11000 0 10000 1011011 0 110001 1100011 110111

Color Harmonies of #FED518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED518

Black with #FED518

Text Example


Text Example

White with #FED518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED518; }

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

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

background-color css

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

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

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

border-color css

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

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

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