Html Css Color HEX #FDD616 Turbo

📋 copy color: '#FDD616'

red 253 ◦ green 214 ◦ blue 22

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

Shades of Turbo #FDD616

Tints of Turbo #FDD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

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

R = 51.74%
G = 43.76%
B = 4.5%

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

#FDD616 (or 0xFDD616) is known color: Turbo. HEX triplet: FD, D6 and 16. RGB value is (253,214,22). Sum of RGB (Red+Green+Blue) = 253+214+22=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD616 is #0229E9. Grayscale: #CCCCCC. Windows color (decimal): -141802 or 1496829. OLE color: 1496829.

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

Color convert

RGB 253 214 22 -
CMYK 0 0.15 0.91 0.01
HSL 49.87º 0.98% 0.54% -
HSV(B) 49.87º 0.91% 0.99% -
XYZ 64.7 69.03 10.67 -
YUV 203.77 25.42 163.11 -
System Red Green Blue C M Y K H S L
Decimal 253 214 22 0 0.15 0.91 0.01 49.87 0.98 0.54
Hex FD D6 16 0 F 5B 1 32 62 36
Octal 375 326 26 0 17 133 1 62 142 66
Binary 11111101 11010110 10110 0 1111 1011011 1 110010 1100010 110110

Color Harmonies of #FDD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD616

Black with #FDD616

Text Example


Text Example

White with #FDD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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