Html Css Color HEX #FED619 Turbo

📋 copy color: '#FED619'

red 254 ◦ green 214 ◦ blue 25

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

Shades of Turbo #FED619

Tints of Turbo #FED619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 51.52%
G = 43.41%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FED619 (or 0xFED619) is known color: Turbo. HEX triplet: FE, D6 and 19. RGB value is (254,214,25). Sum of RGB (Red+Green+Blue) = 254+214+25=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED619 is #0129E6. Grayscale: #CDCDCD. Windows color (decimal): -76263 or 1693438. OLE color: 1693438.

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

Color convert

RGB 254 214 25 -
CMYK 0 0.16 0.90 0.00
HSL 49.52º 0.99% 0.55% -
HSV(B) 49.52º 0.9% 1% -
XYZ 65.1 69.23 10.85 -
YUV 204.41 26.75 163.37 -
System Red Green Blue C M Y K H S L
Decimal 254 214 25 0 0.16 0.90 0.00 49.52 0.99 0.55
Hex FE D6 19 0 10 5A 0 32 63 37
Octal 376 326 31 0 20 132 0 62 143 67
Binary 11111110 11010110 11001 0 10000 1011010 0 110010 1100011 110111

Color Harmonies of #FED619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED619

Black with #FED619

Text Example


Text Example

White with #FED619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED619; }

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

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

background-color css

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

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

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

border-color css

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

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

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