Html Css Color HEX #FA4F42 Sunset Orange

📋 copy color: '#FA4F42'

red 250 ◦ green 79 ◦ blue 66

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

Shades of Sunset Orange #FA4F42

Tints of Sunset Orange #FA4F42

RGB

 RED value IS 250 (98.05% from 255) = 63.29%

 GREEN value IS 79 (31.25% from 255) = 20%

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

R = 63.29%
G = 20%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA4F42 (or 0xFA4F42) is known color: Sunset Orange. HEX triplet: FA, 4F and 42. RGB value is (250,79,66). Sum of RGB (Red+Green+Blue) = 250+79+66=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4F42 is #05B0BD. Grayscale: #808080. Windows color (decimal): -372926 or 4345850. OLE color: 4345850.

HSL color Cylindrical-coordinate representation of color #FA4F42: hue angle of 4.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4F42 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 66 -
CMYK 0 0.68 0.74 0.02
HSL 4.24º 0.95% 0.62% -
HSV(B) 4.24º 0.74% 0.98% -
XYZ 43.2 26.31 7.96 -
YUV 128.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 250 79 66 0 0.68 0.74 0.02 4.24 0.95 0.62
Hex FA 4F 42 0 44 4A 2 4 5F 3E
Octal 372 117 102 0 104 112 2 4 137 76
Binary 11111010 1001111 1000010 0 1000100 1001010 10 100 1011111 111110

Color Harmonies of #FA4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F42

Black with #FA4F42

Text Example


Text Example

White with #FA4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F42; }

 p { color: rgb(250,79,66); }

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

background-color css

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

 a { background-color: rgb(250,79,66); }

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

border-color css

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

 span { border-color: rgb(250,79,66); }

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