Html Css Color HEX #FA482F Red Orange

📋 copy color: '#FA482F'

red 250 ◦ green 72 ◦ blue 47

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

Shades of Red Orange #FA482F

Tints of Red Orange #FA482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.74%

R = 67.75%
G = 19.51%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA482F (or 0xFA482F) is known color: Red Orange. HEX triplet: FA, 48 and 2F. RGB value is (250,72,47). Sum of RGB (Red+Green+Blue) = 250+72+47=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA482F is #05B7D0. Grayscale: #7A7A7A. Windows color (decimal): -374737 or 3098874. OLE color: 3098874.

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

Color convert

RGB 250 72 47 -
CMYK 0 0.71 0.81 0.02
HSL 7.39º 0.95% 0.58% -
HSV(B) 7.39º 0.81% 0.98% -
XYZ 42.25 25.16 5.32 -
YUV 122.37 85.47 219.03 -
System Red Green Blue C M Y K H S L
Decimal 250 72 47 0 0.71 0.81 0.02 7.39 0.95 0.58
Hex FA 48 2F 0 47 51 2 7 5F 3A
Octal 372 110 57 0 107 121 2 7 137 72
Binary 11111010 1001000 101111 0 1000111 1010001 10 111 1011111 111010

Color Harmonies of #FA482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA482F

Black with #FA482F

Text Example


Text Example

White with #FA482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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