Html Css Color HEX #FDC424 Turbo

📋 copy color: '#FDC424'

red 253 ◦ green 196 ◦ blue 36

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

Shades of Turbo #FDC424

Tints of Turbo #FDC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 52.16%
G = 40.41%
B = 7.42%

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

#FDC424 (or 0xFDC424) is known color: Turbo. HEX triplet: FD, C4 and 24. RGB value is (253,196,36). Sum of RGB (Red+Green+Blue) = 253+196+36=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC424 is #023BDB. Grayscale: #C3C3C3. Windows color (decimal): -146396 or 2409725. OLE color: 2409725.

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

Color convert

RGB 253 196 36 -
CMYK 0 0.23 0.86 0.01
HSL 44.24º 0.98% 0.57% -
HSV(B) 44.24º 0.86% 0.99% -
XYZ 60.57 60.49 10.15 -
YUV 194.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 253 196 36 0 0.23 0.86 0.01 44.24 0.98 0.57
Hex FD C4 24 0 17 56 1 2C 62 39
Octal 375 304 44 0 27 126 1 54 142 71
Binary 11111101 11000100 100100 0 10111 1010110 1 101100 1100010 111001

Color Harmonies of #FDC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC424

Black with #FDC424

Text Example


Text Example

White with #FDC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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