Html Css Color HEX #FDD516 Turbo

📋 copy color: '#FDD516'

red 253 ◦ green 213 ◦ blue 22

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

Shades of Turbo #FDD516

Tints of Turbo #FDD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 51.84%
G = 43.65%
B = 4.51%

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

#FDD516 (or 0xFDD516) is known color: Turbo. HEX triplet: FD, D5 and 16. RGB value is (253,213,22). Sum of RGB (Red+Green+Blue) = 253+213+22=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD516 is #022AE9. Grayscale: #CBCBCB. Windows color (decimal): -142058 or 1496573. OLE color: 1496573.

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

Color convert

RGB 253 213 22 -
CMYK 0 0.16 0.91 0.01
HSL 49.61º 0.98% 0.54% -
HSV(B) 49.61º 0.91% 0.99% -
XYZ 64.45 68.53 10.59 -
YUV 203.19 25.75 163.53 -
System Red Green Blue C M Y K H S L
Decimal 253 213 22 0 0.16 0.91 0.01 49.61 0.98 0.54
Hex FD D5 16 0 10 5B 1 32 62 36
Octal 375 325 26 0 20 133 1 62 142 66
Binary 11111101 11010101 10110 0 10000 1011011 1 110010 1100010 110110

Color Harmonies of #FDD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD516

Black with #FDD516

Text Example


Text Example

White with #FDD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD516; }

 p { color: rgb(253,213,22); }

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

background-color css

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

 a { background-color: rgb(253,213,22); }

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

border-color css

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

 span { border-color: rgb(253,213,22); }

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