Html Css Color HEX #FF531F Outrageous Orange

📋 copy color: '#FF531F'

red 255 ◦ green 83 ◦ blue 31

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

Shades of Outrageous Orange #FF531F

Tints of Outrageous Orange #FF531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 69.11%
G = 22.49%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF531F (or 0xFF531F) is known color: Outrageous Orange. HEX triplet: FF, 53 and 1F. RGB value is (255,83,31). Sum of RGB (Red+Green+Blue) = 255+83+31=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF531F is #00ACE0. Grayscale: #808080. Windows color (decimal): -44257 or 2053119. OLE color: 2053119.

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

Color convert

RGB 255 83 31 -
CMYK 0 0.67 0.88 0
HSL 13.93º 1% 0.56% -
HSV(B) 13.93º 0.88% 1% -
XYZ 44.58 27.55 4.26 -
YUV 128.5 72.98 218.23 -
System Red Green Blue C M Y K H S L
Decimal 255 83 31 0 0.67 0.88 0 13.93 1 0.56
Hex FF 53 1F 0 43 58 0 E 64 38
Octal 377 123 37 0 103 130 0 16 144 70
Binary 11111111 1010011 11111 0 1000011 1011000 0 1110 1100100 111000

Color Harmonies of #FF531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF531F

Black with #FF531F

Text Example


Text Example

White with #FF531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF531F; }

 p { color: rgb(255,83,31); }

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

background-color css

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

 a { background-color: rgb(255,83,31); }

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

border-color css

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

 span { border-color: rgb(255,83,31); }

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