Html Css Color HEX #FDD327 Turbo

📋 copy color: '#FDD327'

red 253 ◦ green 211 ◦ blue 39

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

Shades of Turbo #FDD327

Tints of Turbo #FDD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.75%

R = 50.3%
G = 41.95%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDD327 (or 0xFDD327) is known color: Turbo. HEX triplet: FD, D3 and 27. RGB value is (253,211,39). Sum of RGB (Red+Green+Blue) = 253+211+39=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD327 is #022CD8. Grayscale: #CCCCCC. Windows color (decimal): -142553 or 2610173. OLE color: 2610173.

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

Color convert

RGB 253 211 39 -
CMYK 0 0.17 0.85 0.01
HSL 48.22º 0.98% 0.57% -
HSV(B) 48.22º 0.85% 0.99% -
XYZ 64.17 67.62 11.59 -
YUV 203.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 253 211 39 0 0.17 0.85 0.01 48.22 0.98 0.57
Hex FD D3 27 0 11 55 1 30 62 39
Octal 375 323 47 0 21 125 1 60 142 71
Binary 11111101 11010011 100111 0 10001 1010101 1 110000 1100010 111001

Color Harmonies of #FDD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD327

Black with #FDD327

Text Example


Text Example

White with #FDD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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