Html Css Color HEX #FED019 Turbo

📋 copy color: '#FED019'

red 254 ◦ green 208 ◦ blue 25

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

Shades of Turbo #FED019

Tints of Turbo #FED019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

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

R = 52.16%
G = 42.71%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FED019 (or 0xFED019) is known color: Turbo. HEX triplet: FE, D0 and 19. RGB value is (254,208,25). Sum of RGB (Red+Green+Blue) = 254+208+25=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 25 (10.16% from 255 or 5.13% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FED019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED019 is #012FE6. Grayscale: #C9C9C9. Windows color (decimal): -77799 or 1691902. OLE color: 1691902.

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

Color convert

RGB 254 208 25 -
CMYK 0 0.18 0.90 0.00
HSL 47.95º 0.99% 0.55% -
HSV(B) 47.95º 0.9% 1% -
XYZ 63.6 66.25 10.36 -
YUV 200.89 28.74 165.88 -
System Red Green Blue C M Y K H S L
Decimal 254 208 25 0 0.18 0.90 0.00 47.95 0.99 0.55
Hex FE D0 19 0 12 5A 0 30 63 37
Octal 376 320 31 0 22 132 0 60 143 67
Binary 11111110 11010000 11001 0 10010 1011010 0 110000 1100011 110111

Color Harmonies of #FED019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED019

Black with #FED019

Text Example


Text Example

White with #FED019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED019; }

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

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

background-color css

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

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

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

border-color css

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

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

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