Html Css Color HEX #FF4942 Sunset Orange

📋 copy color: '#FF4942'

red 255 ◦ green 73 ◦ blue 66

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

Shades of Sunset Orange #FF4942

Tints of Sunset Orange #FF4942

RGB

 RED value IS 255 (100% from 255) = 64.72%

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

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

R = 64.72%
G = 18.53%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF4942 (or 0xFF4942) is known color: Sunset Orange. HEX triplet: FF, 49 and 42. RGB value is (255,73,66). Sum of RGB (Red+Green+Blue) = 255+73+66=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4942 is #00B6BD. Grayscale: #7E7E7E. Windows color (decimal): -46782 or 4344319. OLE color: 4344319.

HSL color Cylindrical-coordinate representation of color #FF4942: hue angle of 2.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4942 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 66 -
CMYK 0 0.71 0.74 0
HSL 2.22º 1% 0.63% -
HSV(B) 2.22º 0.74% 1% -
XYZ 44.61 26.42 7.9 -
YUV 126.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 255 73 66 0 0.71 0.74 0 2.22 1 0.63
Hex FF 49 42 0 47 4A 0 2 64 3F
Octal 377 111 102 0 107 112 0 2 144 77
Binary 11111111 1001001 1000010 0 1000111 1001010 0 10 1100100 111111

Color Harmonies of #FF4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4942

Black with #FF4942

Text Example


Text Example

White with #FF4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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