Html Css Color HEX #F54E2E Red Orange

📋 copy color: '#F54E2E'

red 245 ◦ green 78 ◦ blue 46

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

Shades of Red Orange #F54E2E

Tints of Red Orange #F54E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 66.4%
G = 21.14%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F54E2E (or 0xF54E2E) is known color: Red Orange. HEX triplet: F5, 4E and 2E. RGB value is (245,78,46). Sum of RGB (Red+Green+Blue) = 245+78+46=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54E2E is #0AB1D1. Grayscale: #7C7C7C. Windows color (decimal): -700882 or 3034869. OLE color: 3034869.

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

Color convert

RGB 245 78 46 -
CMYK 0 0.68 0.81 0.04
HSL 9.65º 0.91% 0.57% -
HSV(B) 9.65º 0.81% 0.96% -
XYZ 40.87 25.06 5.27 -
YUV 124.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 245 78 46 0 0.68 0.81 0.04 9.65 0.91 0.57
Hex F5 4E 2E 0 44 51 4 A 5B 39
Octal 365 116 56 0 104 121 4 12 133 71
Binary 11110101 1001110 101110 0 1000100 1010001 100 1010 1011011 111001

Color Harmonies of #F54E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54E2E

Black with #F54E2E

Text Example


Text Example

White with #F54E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54E2E; }

 p { color: rgb(245,78,46); }

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

background-color css

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

 a { background-color: rgb(245,78,46); }

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

border-color css

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

 span { border-color: rgb(245,78,46); }

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