Html Css Color HEX #F54A3A Sunset Orange

📋 copy color: '#F54A3A'

red 245 ◦ green 74 ◦ blue 58

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

Shades of Sunset Orange #F54A3A

Tints of Sunset Orange #F54A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 64.99%
G = 19.63%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F54A3A (or 0xF54A3A) is known color: Sunset Orange. HEX triplet: F5, 4A and 3A. RGB value is (245,74,58). Sum of RGB (Red+Green+Blue) = 245+74+58=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A3A is #0AB5C5. Grayscale: #7B7B7B. Windows color (decimal): -701894 or 3820277. OLE color: 3820277.

HSL color Cylindrical-coordinate representation of color #F54A3A: hue angle of 5.13º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F54A3A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 74 58 -
CMYK 0 0.70 0.76 0.04
HSL 5.13º 0.9% 0.59% -
HSV(B) 5.13º 0.76% 0.96% -
XYZ 40.87 24.62 6.6 -
YUV 123.31 91.15 214.8 -
System Red Green Blue C M Y K H S L
Decimal 245 74 58 0 0.70 0.76 0.04 5.13 0.9 0.59
Hex F5 4A 3A 0 46 4C 4 5 5A 3B
Octal 365 112 72 0 106 114 4 5 132 73
Binary 11110101 1001010 111010 0 1000110 1001100 100 101 1011010 111011

Color Harmonies of #F54A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A3A

Black with #F54A3A

Text Example


Text Example

White with #F54A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A3A; }

 p { color: rgb(245,74,58); }

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

background-color css

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

 a { background-color: rgb(245,74,58); }

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

border-color css

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

 span { border-color: rgb(245,74,58); }

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