Html Css Color HEX #F54C31 Red Orange

📋 copy color: '#F54C31'

red 245 ◦ green 76 ◦ blue 49

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

Shades of Red Orange #F54C31

Tints of Red Orange #F54C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 66.22%
G = 20.54%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F54C31 (or 0xF54C31) is known color: Red Orange. HEX triplet: F5, 4C and 31. RGB value is (245,76,49). Sum of RGB (Red+Green+Blue) = 245+76+49=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C31 is #0AB3CE. Grayscale: #7B7B7B. Windows color (decimal): -701391 or 3230965. OLE color: 3230965.

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

Color convert

RGB 245 76 49 -
CMYK 0 0.69 0.8 0.04
HSL 8.27º 0.91% 0.58% -
HSV(B) 8.27º 0.8% 0.96% -
XYZ 40.8 24.8 5.54 -
YUV 123.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 245 76 49 0 0.69 0.8 0.04 8.27 0.91 0.58
Hex F5 4C 31 0 45 50 4 8 5B 3A
Octal 365 114 61 0 105 120 4 10 133 72
Binary 11110101 1001100 110001 0 1000101 1010000 100 1000 1011011 111010

Color Harmonies of #F54C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C31

Black with #F54C31

Text Example


Text Example

White with #F54C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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