Html Css Color HEX #F54942 Sunset Orange

📋 copy color: '#F54942'

red 245 ◦ green 73 ◦ blue 66

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

Shades of Sunset Orange #F54942

Tints of Sunset Orange #F54942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 63.8%
G = 19.01%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F54942 (or 0xF54942) is known color: Sunset Orange. HEX triplet: F5, 49 and 42. RGB value is (245,73,66). Sum of RGB (Red+Green+Blue) = 245+73+66=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F54942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54942 is #0AB6BD. Grayscale: #7B7B7B. Windows color (decimal): -702142 or 4344309. OLE color: 4344309.

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

Color convert

RGB 245 73 66 -
CMYK 0 0.70 0.73 0.04
HSL 2.35º 0.9% 0.61% -
HSV(B) 2.35º 0.73% 0.96% -
XYZ 41.02 24.57 7.73 -
YUV 123.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 245 73 66 0 0.70 0.73 0.04 2.35 0.9 0.61
Hex F5 49 42 0 46 49 4 2 5A 3D
Octal 365 111 102 0 106 111 4 2 132 75
Binary 11110101 1001001 1000010 0 1000110 1001001 100 10 1011010 111101

Color Harmonies of #F54942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54942

Black with #F54942

Text Example


Text Example

White with #F54942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54942; }

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

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

background-color css

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

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

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

border-color css

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

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

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