Html Css Color HEX #FA481C Red Orange

📋 copy color: '#FA481C'

red 250 ◦ green 72 ◦ blue 28

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

Shades of Red Orange #FA481C

Tints of Red Orange #FA481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 71.43%
G = 20.57%
B = 8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA481C (or 0xFA481C) is known color: Red Orange. HEX triplet: FA, 48 and 1C. RGB value is (250,72,28). Sum of RGB (Red+Green+Blue) = 250+72+28=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA481C is #05B7E3. Grayscale: #787878. Windows color (decimal): -374756 or 1853690. OLE color: 1853690.

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

Color convert

RGB 250 72 28 -
CMYK 0 0.71 0.89 0.02
HSL 11.89º 0.96% 0.55% -
HSV(B) 11.89º 0.89% 0.98% -
XYZ 41.95 25.04 3.72 -
YUV 120.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 250 72 28 0 0.71 0.89 0.02 11.89 0.96 0.55
Hex FA 48 1C 0 47 59 2 C 60 37
Octal 372 110 34 0 107 131 2 14 140 67
Binary 11111010 1001000 11100 0 1000111 1011001 10 1100 1100000 110111

Color Harmonies of #FA481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA481C

Black with #FA481C

Text Example


Text Example

White with #FA481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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