Html Css Color HEX #F5531F Outrageous Orange

📋 copy color: '#F5531F'

red 245 ◦ green 83 ◦ blue 31

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

Shades of Outrageous Orange #F5531F

Tints of Outrageous Orange #F5531F

RGB

 RED value IS 245 (96.09% from 255) = 68.25%

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

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

R = 68.25%
G = 23.12%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5531F (or 0xF5531F) is known color: Outrageous Orange. HEX triplet: F5, 53 and 1F. RGB value is (245,83,31). Sum of RGB (Red+Green+Blue) = 245+83+31=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5531F is #0AACE0. Grayscale: #7D7D7D. Windows color (decimal): -699617 or 2053109. OLE color: 2053109.

HSL color Cylindrical-coordinate representation of color #F5531F: hue angle of 14.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5531F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 31 -
CMYK 0 0.66 0.87 0.04
HSL 14.58º 0.91% 0.54% -
HSV(B) 14.58º 0.87% 0.96% -
XYZ 41 25.7 4.1 -
YUV 125.51 74.67 213.23 -
System Red Green Blue C M Y K H S L
Decimal 245 83 31 0 0.66 0.87 0.04 14.58 0.91 0.54
Hex F5 53 1F 0 42 57 4 F 5B 36
Octal 365 123 37 0 102 127 4 17 133 66
Binary 11110101 1010011 11111 0 1000010 1010111 100 1111 1011011 110110

Color Harmonies of #F5531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5531F

Black with #F5531F

Text Example


Text Example

White with #F5531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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