Html Css Color HEX #FED919 Turbo

📋 copy color: '#FED919'

red 254 ◦ green 217 ◦ blue 25

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

Shades of Turbo #FED919

Tints of Turbo #FED919

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 25 (10.16% from 255) = 5.04%

R = 51.21%
G = 43.75%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FED919 (or 0xFED919) is known color: Turbo. HEX triplet: FE, D9 and 19. RGB value is (254,217,25). Sum of RGB (Red+Green+Blue) = 254+217+25=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED919 is #0126E6. Grayscale: #CECECE. Windows color (decimal): -75495 or 1694206. OLE color: 1694206.

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

Color convert

RGB 254 217 25 -
CMYK 0 0.15 0.90 0.00
HSL 50.31º 0.99% 0.55% -
HSV(B) 50.31º 0.9% 1% -
XYZ 65.86 70.77 11.11 -
YUV 206.18 25.76 162.11 -
System Red Green Blue C M Y K H S L
Decimal 254 217 25 0 0.15 0.90 0.00 50.31 0.99 0.55
Hex FE D9 19 0 F 5A 0 32 63 37
Octal 376 331 31 0 17 132 0 62 143 67
Binary 11111110 11011001 11001 0 1111 1011010 0 110010 1100011 110111

Color Harmonies of #FED919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED919

Black with #FED919

Text Example


Text Example

White with #FED919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED919; }

 p { color: rgb(254,217,25); }

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

background-color css

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

 a { background-color: rgb(254,217,25); }

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

border-color css

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

 span { border-color: rgb(254,217,25); }

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