Html Css Color HEX #F5431F Red Orange

📋 copy color: '#F5431F'

red 245 ◦ green 67 ◦ blue 31

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

Shades of Red Orange #F5431F

Tints of Red Orange #F5431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 71.43%
G = 19.53%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5431F (or 0xF5431F) is known color: Red Orange. HEX triplet: F5, 43 and 1F. RGB value is (245,67,31). Sum of RGB (Red+Green+Blue) = 245+67+31=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5431F is #0ABCE0. Grayscale: #747474. Windows color (decimal): -703713 or 2049013. OLE color: 2049013.

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

Color convert

RGB 245 67 31 -
CMYK 0 0.73 0.87 0.04
HSL 10.09º 0.91% 0.54% -
HSV(B) 10.09º 0.87% 0.96% -
XYZ 39.91 23.53 3.73 -
YUV 116.12 79.97 219.93 -
System Red Green Blue C M Y K H S L
Decimal 245 67 31 0 0.73 0.87 0.04 10.09 0.91 0.54
Hex F5 43 1F 0 49 57 4 A 5B 36
Octal 365 103 37 0 111 127 4 12 133 66
Binary 11110101 1000011 11111 0 1001001 1010111 100 1010 1011011 110110

Color Harmonies of #F5431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5431F

Black with #F5431F

Text Example


Text Example

White with #F5431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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