Html Css Color HEX #FDD329 Turbo

📋 copy color: '#FDD329'

red 253 ◦ green 211 ◦ blue 41

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

Shades of Turbo #FDD329

Tints of Turbo #FDD329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.12%

R = 50.1%
G = 41.78%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDD329 (or 0xFDD329) is known color: Turbo. HEX triplet: FD, D3 and 29. RGB value is (253,211,41). Sum of RGB (Red+Green+Blue) = 253+211+41=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD329 is #022CD6. Grayscale: #CCCCCC. Windows color (decimal): -142551 or 2741245. OLE color: 2741245.

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

Color convert

RGB 253 211 41 -
CMYK 0 0.17 0.84 0.01
HSL 48.11º 0.98% 0.58% -
HSV(B) 48.11º 0.84% 0.99% -
XYZ 64.2 67.63 11.77 -
YUV 204.18 35.91 162.82 -
System Red Green Blue C M Y K H S L
Decimal 253 211 41 0 0.17 0.84 0.01 48.11 0.98 0.58
Hex FD D3 29 0 11 54 1 30 62 3A
Octal 375 323 51 0 21 124 1 60 142 72
Binary 11111101 11010011 101001 0 10001 1010100 1 110000 1100010 111010

Color Harmonies of #FDD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD329

Black with #FDD329

Text Example


Text Example

White with #FDD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD329; }

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

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

background-color css

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

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

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

border-color css

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

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

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