Html Css Color HEX #FF6331 Outrageous Orange

📋 copy color: '#FF6331'

red 255 ◦ green 99 ◦ blue 49

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

Shades of Outrageous Orange #FF6331

Tints of Outrageous Orange #FF6331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 63.28%
G = 24.57%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6331 (or 0xFF6331) is known color: Outrageous Orange. HEX triplet: FF, 63 and 31. RGB value is (255,99,49). Sum of RGB (Red+Green+Blue) = 255+99+49=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6331 is #009CCE. Grayscale: #8C8C8C. Windows color (decimal): -40143 or 3236863. OLE color: 3236863.

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

Color convert

RGB 255 99 49 -
CMYK 0 0.61 0.81 0
HSL 14.56º 1% 0.6% -
HSV(B) 14.56º 0.81% 1% -
XYZ 46.26 30.41 6.34 -
YUV 139.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 255 99 49 0 0.61 0.81 0 14.56 1 0.6
Hex FF 63 31 0 3D 51 0 F 64 3C
Octal 377 143 61 0 75 121 0 17 144 74
Binary 11111111 1100011 110001 0 111101 1010001 0 1111 1100100 111100

Color Harmonies of #FF6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6331

Black with #FF6331

Text Example


Text Example

White with #FF6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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