Html Css Color HEX #F5381F Red Orange

📋 copy color: '#F5381F'

red 245 ◦ green 56 ◦ blue 31

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

Shades of Red Orange #F5381F

Tints of Red Orange #F5381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 73.8%
G = 16.87%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5381F (or 0xF5381F) is known color: Red Orange. HEX triplet: F5, 38 and 1F. RGB value is (245,56,31). Sum of RGB (Red+Green+Blue) = 245+56+31=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F5381F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5381F is #0AC7E0. Grayscale: #6D6D6D. Windows color (decimal): -706529 or 2046197. OLE color: 2046197.

HSL color Cylindrical-coordinate representation of color #F5381F: hue angle of 7.01º 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 #F5381F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 31 -
CMYK 0 0.77 0.87 0.04
HSL 7.01º 0.91% 0.54% -
HSV(B) 7.01º 0.87% 0.96% -
XYZ 39.32 22.34 3.54 -
YUV 109.66 83.62 224.53 -
System Red Green Blue C M Y K H S L
Decimal 245 56 31 0 0.77 0.87 0.04 7.01 0.91 0.54
Hex F5 38 1F 0 4D 57 4 7 5B 36
Octal 365 70 37 0 115 127 4 7 133 66
Binary 11110101 111000 11111 0 1001101 1010111 100 111 1011011 110110

Color Harmonies of #F5381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5381F

Black with #F5381F

Text Example


Text Example

White with #F5381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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