Html Css Color HEX #FF6132 Outrageous Orange

📋 copy color: '#FF6132'

red 255 ◦ green 97 ◦ blue 50

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

Shades of Outrageous Orange #FF6132

Tints of Outrageous Orange #FF6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 63.43%
G = 24.13%
B = 12.44%

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

#FF6132 (or 0xFF6132) is known color: Outrageous Orange. HEX triplet: FF, 61 and 32. RGB value is (255,97,50). Sum of RGB (Red+Green+Blue) = 255+97+50=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6132 is #009ECD. Grayscale: #8B8B8B. Windows color (decimal): -40654 or 3301887. OLE color: 3301887.

HSL color Cylindrical-coordinate representation of color #FF6132: hue angle of 13.76º 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 #FF6132 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 50 -
CMYK 0 0.62 0.80 0
HSL 13.76º 1% 0.6% -
HSV(B) 13.76º 0.8% 1% -
XYZ 46.09 30.04 6.39 -
YUV 138.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 255 97 50 0 0.62 0.80 0 13.76 1 0.6
Hex FF 61 32 0 3E 50 0 E 64 3C
Octal 377 141 62 0 76 120 0 16 144 74
Binary 11111111 1100001 110010 0 111110 1010000 0 1110 1100100 111100

Color Harmonies of #FF6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6132

Black with #FF6132

Text Example


Text Example

White with #FF6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6132; }

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

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

background-color css

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

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

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

border-color css

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

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

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