Html Css Color HEX #FDC324 Turbo

📋 copy color: '#FDC324'

red 253 ◦ green 195 ◦ blue 36

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

Shades of Turbo #FDC324

Tints of Turbo #FDC324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

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

R = 52.27%
G = 40.29%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDC324 (or 0xFDC324) is known color: Turbo. HEX triplet: FD, C3 and 24. RGB value is (253,195,36). Sum of RGB (Red+Green+Blue) = 253+195+36=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC324 is #023CDB. Grayscale: #C2C2C2. Windows color (decimal): -146652 or 2409469. OLE color: 2409469.

HSL color Cylindrical-coordinate representation of color #FDC324: hue angle of 43.96º 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 #FDC324 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 36 -
CMYK 0 0.23 0.86 0.01
HSL 43.96º 0.98% 0.57% -
HSV(B) 43.96º 0.86% 0.99% -
XYZ 60.34 60.04 10.08 -
YUV 194.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 253 195 36 0 0.23 0.86 0.01 43.96 0.98 0.57
Hex FD C3 24 0 17 56 1 2C 62 39
Octal 375 303 44 0 27 126 1 54 142 71
Binary 11111101 11000011 100100 0 10111 1010110 1 101100 1100010 111001

Color Harmonies of #FDC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC324

Black with #FDC324

Text Example


Text Example

White with #FDC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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