Html Css Color HEX #FDC320 Turbo

📋 copy color: '#FDC320'

red 253 ◦ green 195 ◦ blue 32

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

Shades of Turbo #FDC320

Tints of Turbo #FDC320

RGB

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

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

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

R = 52.71%
G = 40.63%
B = 6.67%

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

#FDC320 (or 0xFDC320) is known color: Turbo. HEX triplet: FD, C3 and 20. RGB value is (253,195,32). Sum of RGB (Red+Green+Blue) = 253+195+32=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC320 is #023CDF. Grayscale: #C2C2C2. Windows color (decimal): -146656 or 2147325. OLE color: 2147325.

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

Color convert

RGB 253 195 32 -
CMYK 0 0.23 0.87 0.01
HSL 44.25º 0.98% 0.56% -
HSV(B) 44.25º 0.87% 0.99% -
XYZ 60.28 60.02 9.77 -
YUV 193.76 36.72 170.25 -
System Red Green Blue C M Y K H S L
Decimal 253 195 32 0 0.23 0.87 0.01 44.25 0.98 0.56
Hex FD C3 20 0 17 57 1 2C 62 38
Octal 375 303 40 0 27 127 1 54 142 70
Binary 11111101 11000011 100000 0 10111 1010111 1 101100 1100010 111000

Color Harmonies of #FDC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC320

Black with #FDC320

Text Example


Text Example

White with #FDC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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