Html Css Color HEX #FDD013 Turbo

📋 copy color: '#FDD013'

red 253 ◦ green 208 ◦ blue 19

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

Shades of Turbo #FDD013

Tints of Turbo #FDD013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.96%

R = 52.71%
G = 43.33%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD013 (or 0xFDD013) is known color: Turbo. HEX triplet: FD, D0 and 13. RGB value is (253,208,19). Sum of RGB (Red+Green+Blue) = 253+208+19=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD013 is #022FEC. Grayscale: #C8C8C8. Windows color (decimal): -143341 or 1298685. OLE color: 1298685.

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

Color convert

RGB 253 208 19 -
CMYK 0 0.18 0.92 0.01
HSL 48.46º 0.98% 0.53% -
HSV(B) 48.46º 0.92% 0.99% -
XYZ 63.18 66.04 10.03 -
YUV 199.91 25.91 165.87 -
System Red Green Blue C M Y K H S L
Decimal 253 208 19 0 0.18 0.92 0.01 48.46 0.98 0.53
Hex FD D0 13 0 12 5C 1 30 62 35
Octal 375 320 23 0 22 134 1 60 142 65
Binary 11111101 11010000 10011 0 10010 1011100 1 110000 1100010 110101

Color Harmonies of #FDD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD013

Black with #FDD013

Text Example


Text Example

White with #FDD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD013; }

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

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

background-color css

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

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

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

border-color css

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

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

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