Html Css Color HEX #FDD817 Turbo

📋 copy color: '#FDD817'

red 253 ◦ green 216 ◦ blue 23

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

Shades of Turbo #FDD817

Tints of Turbo #FDD817

RGB

 RED value IS 253 (99.22% from 255) = 51.42%

 GREEN value IS 216 (84.77% from 255) = 43.9%

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

R = 51.42%
G = 43.9%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDD817 (or 0xFDD817) is known color: Turbo. HEX triplet: FD, D8 and 17. RGB value is (253,216,23). Sum of RGB (Red+Green+Blue) = 253+216+23=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 23 (9.38% from 255 or 4.67% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD817 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD817 is #0227E8. Grayscale: #CDCDCD. Windows color (decimal): -141289 or 1562877. OLE color: 1562877.

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

Color convert

RGB 253 216 23 -
CMYK 0 0.15 0.91 0.01
HSL 50.35º 0.98% 0.54% -
HSV(B) 50.35º 0.91% 0.99% -
XYZ 65.22 70.06 10.9 -
YUV 205.06 25.26 162.19 -
System Red Green Blue C M Y K H S L
Decimal 253 216 23 0 0.15 0.91 0.01 50.35 0.98 0.54
Hex FD D8 17 0 F 5B 1 32 62 36
Octal 375 330 27 0 17 133 1 62 142 66
Binary 11111101 11011000 10111 0 1111 1011011 1 110010 1100010 110110

Color Harmonies of #FDD817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD817

Black with #FDD817

Text Example


Text Example

White with #FDD817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD817; }

 p { color: rgb(253,216,23); }

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

background-color css

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

 a { background-color: rgb(253,216,23); }

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

border-color css

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

 span { border-color: rgb(253,216,23); }

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