Html Css Color HEX #FDC420 Turbo

📋 copy color: '#FDC420'

red 253 ◦ green 196 ◦ blue 32

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

Shades of Turbo #FDC420

Tints of Turbo #FDC420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.65%

R = 52.6%
G = 40.75%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDC420 (or 0xFDC420) is known color: Turbo. HEX triplet: FD, C4 and 20. RGB value is (253,196,32). Sum of RGB (Red+Green+Blue) = 253+196+32=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC420 is #023BDF. Grayscale: #C3C3C3. Windows color (decimal): -146400 or 2147581. OLE color: 2147581.

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

Color convert

RGB 253 196 32 -
CMYK 0 0.23 0.87 0.01
HSL 44.52º 0.98% 0.56% -
HSV(B) 44.52º 0.87% 0.99% -
XYZ 60.51 60.47 9.85 -
YUV 194.35 36.38 169.84 -
System Red Green Blue C M Y K H S L
Decimal 253 196 32 0 0.23 0.87 0.01 44.52 0.98 0.56
Hex FD C4 20 0 17 57 1 2D 62 38
Octal 375 304 40 0 27 127 1 55 142 70
Binary 11111101 11000100 100000 0 10111 1010111 1 101101 1100010 111000

Color Harmonies of #FDC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC420

Black with #FDC420

Text Example


Text Example

White with #FDC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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