Html Css Color HEX #FDD324 Turbo

📋 copy color: '#FDD324'

red 253 ◦ green 211 ◦ blue 36

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

Shades of Turbo #FDD324

Tints of Turbo #FDD324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.2%

R = 50.6%
G = 42.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD324 (or 0xFDD324) is known color: Turbo. HEX triplet: FD, D3 and 24. RGB value is (253,211,36). Sum of RGB (Red+Green+Blue) = 253+211+36=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD324 is #022CDB. Grayscale: #CCCCCC. Windows color (decimal): -142556 or 2413565. OLE color: 2413565.

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

Color convert

RGB 253 211 36 -
CMYK 0 0.17 0.86 0.01
HSL 48.39º 0.98% 0.57% -
HSV(B) 48.39º 0.86% 0.99% -
XYZ 64.12 67.6 11.34 -
YUV 203.61 33.41 163.23 -
System Red Green Blue C M Y K H S L
Decimal 253 211 36 0 0.17 0.86 0.01 48.39 0.98 0.57
Hex FD D3 24 0 11 56 1 30 62 39
Octal 375 323 44 0 21 126 1 60 142 71
Binary 11111101 11010011 100100 0 10001 1010110 1 110000 1100010 111001

Color Harmonies of #FDD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD324

Black with #FDD324

Text Example


Text Example

White with #FDD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD324; }

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

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

background-color css

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

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

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

border-color css

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

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

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