Html Css Color HEX #FA481F Red Orange

📋 copy color: '#FA481F'

red 250 ◦ green 72 ◦ blue 31

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

Shades of Red Orange #FA481F

Tints of Red Orange #FA481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 70.82%
G = 20.4%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA481F (or 0xFA481F) is known color: Red Orange. HEX triplet: FA, 48 and 1F. RGB value is (250,72,31). Sum of RGB (Red+Green+Blue) = 250+72+31=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA481F is #05B7E0. Grayscale: #787878. Windows color (decimal): -374753 or 2050298. OLE color: 2050298.

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

Color convert

RGB 250 72 31 -
CMYK 0 0.71 0.88 0.02
HSL 11.23º 0.96% 0.55% -
HSV(B) 11.23º 0.88% 0.98% -
XYZ 41.99 25.06 3.92 -
YUV 120.55 77.47 220.33 -
System Red Green Blue C M Y K H S L
Decimal 250 72 31 0 0.71 0.88 0.02 11.23 0.96 0.55
Hex FA 48 1F 0 47 58 2 B 60 37
Octal 372 110 37 0 107 130 2 13 140 67
Binary 11111010 1001000 11111 0 1000111 1011000 10 1011 1100000 110111

Color Harmonies of #FA481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA481F

Black with #FA481F

Text Example


Text Example

White with #FA481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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