Html Css Color HEX #FDD417 Turbo

📋 copy color: '#FDD417'

red 253 ◦ green 212 ◦ blue 23

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

Shades of Turbo #FDD417

Tints of Turbo #FDD417

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.44%

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

R = 51.84%
G = 43.44%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDD417 (or 0xFDD417) is known color: Turbo. HEX triplet: FD, D4 and 17. RGB value is (253,212,23). Sum of RGB (Red+Green+Blue) = 253+212+23=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD417 is #022BE8. Grayscale: #CBCBCB. Windows color (decimal): -142313 or 1561853. OLE color: 1561853.

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

Color convert

RGB 253 212 23 -
CMYK 0 0.16 0.91 0.01
HSL 49.3º 0.98% 0.54% -
HSV(B) 49.3º 0.91% 0.99% -
XYZ 64.21 68.03 10.56 -
YUV 202.71 26.58 163.87 -
System Red Green Blue C M Y K H S L
Decimal 253 212 23 0 0.16 0.91 0.01 49.3 0.98 0.54
Hex FD D4 17 0 10 5B 1 31 62 36
Octal 375 324 27 0 20 133 1 61 142 66
Binary 11111101 11010100 10111 0 10000 1011011 1 110001 1100010 110110

Color Harmonies of #FDD417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD417

Black with #FDD417

Text Example


Text Example

White with #FDD417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD417; }

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

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

background-color css

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

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

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

border-color css

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

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

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