Html Css Color HEX #FA483F Sunset Orange

📋 copy color: '#FA483F'

red 250 ◦ green 72 ◦ blue 63

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

Shades of Sunset Orange #FA483F

Tints of Sunset Orange #FA483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 64.94%
G = 18.7%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA483F (or 0xFA483F) is known color: Sunset Orange. HEX triplet: FA, 48 and 3F. RGB value is (250,72,63). Sum of RGB (Red+Green+Blue) = 250+72+63=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA483F is #05B7C0. Grayscale: #7C7C7C. Windows color (decimal): -374721 or 4147450. OLE color: 4147450.

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

Color convert

RGB 250 72 63 -
CMYK 0 0.71 0.75 0.02
HSL 2.89º 0.95% 0.61% -
HSV(B) 2.89º 0.75% 0.98% -
XYZ 42.64 25.32 7.34 -
YUV 124.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 250 72 63 0 0.71 0.75 0.02 2.89 0.95 0.61
Hex FA 48 3F 0 47 4B 2 3 5F 3D
Octal 372 110 77 0 107 113 2 3 137 75
Binary 11111010 1001000 111111 0 1000111 1001011 10 11 1011111 111101

Color Harmonies of #FA483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA483F

Black with #FA483F

Text Example


Text Example

White with #FA483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA483F; }

 p { color: rgb(250,72,63); }

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

background-color css

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

 a { background-color: rgb(250,72,63); }

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

border-color css

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

 span { border-color: rgb(250,72,63); }

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