Html Css Color HEX #FF6329 Outrageous Orange

📋 copy color: '#FF6329'

red 255 ◦ green 99 ◦ blue 41

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

Shades of Outrageous Orange #FF6329

Tints of Outrageous Orange #FF6329

RGB

 RED value IS 255 (100% from 255) = 64.56%

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

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

R = 64.56%
G = 25.06%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6329 (or 0xFF6329) is known color: Outrageous Orange. HEX triplet: FF, 63 and 29. RGB value is (255,99,41). Sum of RGB (Red+Green+Blue) = 255+99+41=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6329 is #009CD6. Grayscale: #8B8B8B. Windows color (decimal): -40151 or 2712575. OLE color: 2712575.

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

Color convert

RGB 255 99 41 -
CMYK 0 0.61 0.84 0
HSL 16.26º 1% 0.58% -
HSV(B) 16.26º 0.84% 1% -
XYZ 46.1 30.34 5.52 -
YUV 139.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 255 99 41 0 0.61 0.84 0 16.26 1 0.58
Hex FF 63 29 0 3D 54 0 10 64 3A
Octal 377 143 51 0 75 124 0 20 144 72
Binary 11111111 1100011 101001 0 111101 1010100 0 10000 1100100 111010

Color Harmonies of #FF6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6329

Black with #FF6329

Text Example


Text Example

White with #FF6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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