Html Css Color HEX #F5271F Red Orange

📋 copy color: '#F5271F'

red 245 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #F5271F

Tints of Red Orange #F5271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 77.78%
G = 12.38%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5271F (or 0xF5271F) is known color: Red Orange. HEX triplet: F5, 27 and 1F. RGB value is (245,39,31). Sum of RGB (Red+Green+Blue) = 245+39+31=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271F is #0AD8E0. Grayscale: #636363. Windows color (decimal): -710881 or 2041845. OLE color: 2041845.

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

Color convert

RGB 245 39 31 -
CMYK 0 0.84 0.87 0.04
HSL 2.24º 0.91% 0.54% -
HSV(B) 2.24º 0.87% 0.96% -
XYZ 38.63 20.96 3.31 -
YUV 99.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 245 39 31 0 0.84 0.87 0.04 2.24 0.91 0.54
Hex F5 27 1F 0 54 57 4 2 5B 36
Octal 365 47 37 0 124 127 4 2 133 66
Binary 11110101 100111 11111 0 1010100 1010111 100 10 1011011 110110

Color Harmonies of #F5271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5271F

Black with #F5271F

Text Example


Text Example

White with #F5271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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