Html Css Color HEX #F54231 Red Orange

📋 copy color: '#F54231'

red 245 ◦ green 66 ◦ blue 49

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

Shades of Red Orange #F54231

Tints of Red Orange #F54231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 68.06%
G = 18.33%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F54231 (or 0xF54231) is known color: Red Orange. HEX triplet: F5, 42 and 31. RGB value is (245,66,49). Sum of RGB (Red+Green+Blue) = 245+66+49=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F54231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54231 is #0ABDCE. Grayscale: #757575. Windows color (decimal): -703951 or 3228405. OLE color: 3228405.

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

Color convert

RGB 245 66 49 -
CMYK 0 0.73 0.8 0.04
HSL 5.2º 0.91% 0.58% -
HSV(B) 5.2º 0.8% 0.96% -
XYZ 40.16 23.53 5.33 -
YUV 117.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 245 66 49 0 0.73 0.8 0.04 5.2 0.91 0.58
Hex F5 42 31 0 49 50 4 5 5B 3A
Octal 365 102 61 0 111 120 4 5 133 72
Binary 11110101 1000010 110001 0 1001001 1010000 100 101 1011011 111010

Color Harmonies of #F54231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54231

Black with #F54231

Text Example


Text Example

White with #F54231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54231; }

 p { color: rgb(245,66,49); }

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

background-color css

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

 a { background-color: rgb(245,66,49); }

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

border-color css

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

 span { border-color: rgb(245,66,49); }

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