Html Css Color HEX #FD6329 Outrageous Orange

📋 copy color: '#FD6329'

red 253 ◦ green 99 ◦ blue 41

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

Shades of Outrageous Orange #FD6329

Tints of Outrageous Orange #FD6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 64.38%
G = 25.19%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD6329 (or 0xFD6329) is known color: Outrageous Orange. HEX triplet: FD, 63 and 29. RGB value is (253,99,41). Sum of RGB (Red+Green+Blue) = 253+99+41=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6329 is #029CD6. Grayscale: #8A8A8A. Windows color (decimal): -171223 or 2712573. OLE color: 2712573.

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

Color convert

RGB 253 99 41 -
CMYK 0 0.61 0.84 0.01
HSL 16.42º 0.98% 0.58% -
HSV(B) 16.42º 0.84% 0.99% -
XYZ 45.37 29.97 5.49 -
YUV 138.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 253 99 41 0 0.61 0.84 0.01 16.42 0.98 0.58
Hex FD 63 29 0 3D 54 1 10 62 3A
Octal 375 143 51 0 75 124 1 20 142 72
Binary 11111101 1100011 101001 0 111101 1010100 1 10000 1100010 111010

Color Harmonies of #FD6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6329

Black with #FD6329

Text Example


Text Example

White with #FD6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6329; }

 p { color: rgb(253,99,41); }

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

background-color css

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

 a { background-color: rgb(253,99,41); }

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

border-color css

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

 span { border-color: rgb(253,99,41); }

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