Html Css Color HEX #FED717 Turbo

📋 copy color: '#FED717'

red 254 ◦ green 215 ◦ blue 23

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

Shades of Turbo #FED717

Tints of Turbo #FED717

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

 BLUE value IS 23 (9.38% from 255) = 4.67%

R = 51.63%
G = 43.7%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FED717 (or 0xFED717) is known color: Turbo. HEX triplet: FE, D7 and 17. RGB value is (254,215,23). Sum of RGB (Red+Green+Blue) = 254+215+23=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 23 (9.38% from 255 or 4.67% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED717 is #0128E8. Grayscale: #CDCDCD. Windows color (decimal): -76009 or 1562622. OLE color: 1562622.

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

Color convert

RGB 254 215 23 -
CMYK 0 0.15 0.91 0.00
HSL 49.87º 0.99% 0.54% -
HSV(B) 49.87º 0.91% 1% -
XYZ 65.33 69.73 10.83 -
YUV 204.77 25.42 163.11 -
System Red Green Blue C M Y K H S L
Decimal 254 215 23 0 0.15 0.91 0.00 49.87 0.99 0.54
Hex FE D7 17 0 F 5B 0 32 63 36
Octal 376 327 27 0 17 133 0 62 143 66
Binary 11111110 11010111 10111 0 1111 1011011 0 110010 1100011 110110

Color Harmonies of #FED717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED717

Black with #FED717

Text Example


Text Example

White with #FED717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED717; }

 p { color: rgb(254,215,23); }

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

background-color css

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

 a { background-color: rgb(254,215,23); }

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

border-color css

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

 span { border-color: rgb(254,215,23); }

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