Html Css Color HEX #FED319 Turbo

📋 copy color: '#FED319'

red 254 ◦ green 211 ◦ blue 25

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

Shades of Turbo #FED319

Tints of Turbo #FED319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

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

R = 51.84%
G = 43.06%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FED319 (or 0xFED319) is known color: Turbo. HEX triplet: FE, D3 and 19. RGB value is (254,211,25). Sum of RGB (Red+Green+Blue) = 254+211+25=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FED319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED319 is #012CE6. Grayscale: #CBCBCB. Windows color (decimal): -77031 or 1692670. OLE color: 1692670.

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

Color convert

RGB 254 211 25 -
CMYK 0 0.17 0.90 0.00
HSL 48.73º 0.99% 0.55% -
HSV(B) 48.73º 0.9% 1% -
XYZ 64.34 67.73 10.6 -
YUV 202.65 27.75 164.62 -
System Red Green Blue C M Y K H S L
Decimal 254 211 25 0 0.17 0.90 0.00 48.73 0.99 0.55
Hex FE D3 19 0 11 5A 0 31 63 37
Octal 376 323 31 0 21 132 0 61 143 67
Binary 11111110 11010011 11001 0 10001 1011010 0 110001 1100011 110111

Color Harmonies of #FED319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED319

Black with #FED319

Text Example


Text Example

White with #FED319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED319; }

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

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

background-color css

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

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

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

border-color css

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

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

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