Html Css Color HEX #FDD017 Turbo

📋 copy color: '#FDD017'

red 253 ◦ green 208 ◦ blue 23

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

Shades of Turbo #FDD017

Tints of Turbo #FDD017

RGB

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

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

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

R = 52.27%
G = 42.98%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDD017 (or 0xFDD017) is known color: Turbo. HEX triplet: FD, D0 and 17. RGB value is (253,208,23). Sum of RGB (Red+Green+Blue) = 253+208+23=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD017 is #022FE8. Grayscale: #C9C9C9. Windows color (decimal): -143337 or 1560829. OLE color: 1560829.

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

Color convert

RGB 253 208 23 -
CMYK 0 0.18 0.91 0.01
HSL 48.26º 0.98% 0.54% -
HSV(B) 48.26º 0.91% 0.99% -
XYZ 63.22 66.06 10.23 -
YUV 200.37 27.91 165.54 -
System Red Green Blue C M Y K H S L
Decimal 253 208 23 0 0.18 0.91 0.01 48.26 0.98 0.54
Hex FD D0 17 0 12 5B 1 30 62 36
Octal 375 320 27 0 22 133 1 60 142 66
Binary 11111101 11010000 10111 0 10010 1011011 1 110000 1100010 110110

Color Harmonies of #FDD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD017

Black with #FDD017

Text Example


Text Example

White with #FDD017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD017; }

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

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

background-color css

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

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

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

border-color css

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

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

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