Html Css Color HEX #FF6032 Outrageous Orange

📋 copy color: '#FF6032'

red 255 ◦ green 96 ◦ blue 50

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

Shades of Outrageous Orange #FF6032

Tints of Outrageous Orange #FF6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 63.59%
G = 23.94%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF6032 (or 0xFF6032) is known color: Outrageous Orange. HEX triplet: FF, 60 and 32. RGB value is (255,96,50). Sum of RGB (Red+Green+Blue) = 255+96+50=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6032 is #009FCD. Grayscale: #8A8A8A. Windows color (decimal): -40910 or 3301631. OLE color: 3301631.

HSL color Cylindrical-coordinate representation of color #FF6032: hue angle of 13.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF6032 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 50 -
CMYK 0 0.62 0.80 0
HSL 13.46º 1% 0.6% -
HSV(B) 13.46º 0.8% 1% -
XYZ 46 29.86 6.36 -
YUV 138.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 255 96 50 0 0.62 0.80 0 13.46 1 0.6
Hex FF 60 32 0 3E 50 0 D 64 3C
Octal 377 140 62 0 76 120 0 15 144 74
Binary 11111111 1100000 110010 0 111110 1010000 0 1101 1100100 111100

Color Harmonies of #FF6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6032

Black with #FF6032

Text Example


Text Example

White with #FF6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6032; }

 p { color: rgb(255,96,50); }

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

background-color css

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

 a { background-color: rgb(255,96,50); }

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

border-color css

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

 span { border-color: rgb(255,96,50); }

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