Html Css Color HEX #FDD320 Turbo

📋 copy color: '#FDD320'

red 253 ◦ green 211 ◦ blue 32

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

Shades of Turbo #FDD320

Tints of Turbo #FDD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 32 (12.89% from 255) = 6.45%

R = 51.01%
G = 42.54%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD320 (or 0xFDD320) is known color: Turbo. HEX triplet: FD, D3 and 20. RGB value is (253,211,32). Sum of RGB (Red+Green+Blue) = 253+211+32=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD320 is #022CDF. Grayscale: #CBCBCB. Windows color (decimal): -142560 or 2151421. OLE color: 2151421.

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

Color convert

RGB 253 211 32 -
CMYK 0 0.17 0.87 0.01
HSL 48.6º 0.98% 0.56% -
HSV(B) 48.6º 0.87% 0.99% -
XYZ 64.06 67.58 11.03 -
YUV 203.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 253 211 32 0 0.17 0.87 0.01 48.6 0.98 0.56
Hex FD D3 20 0 11 57 1 31 62 38
Octal 375 323 40 0 21 127 1 61 142 70
Binary 11111101 11010011 100000 0 10001 1010111 1 110001 1100010 111000

Color Harmonies of #FDD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD320

Black with #FDD320

Text Example


Text Example

White with #FDD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD320; }

 p { color: rgb(253,211,32); }

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

background-color css

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

 a { background-color: rgb(253,211,32); }

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

border-color css

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

 span { border-color: rgb(253,211,32); }

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