Html Css Color HEX #FA481A Orange Red

📋 copy color: '#FA481A'

red 250 ◦ green 72 ◦ blue 26

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

Shades of Orange Red #FA481A

Tints of Orange Red #FA481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 71.84%
G = 20.69%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA481A (or 0xFA481A) is known color: Orange Red. HEX triplet: FA, 48 and 1A. RGB value is (250,72,26). Sum of RGB (Red+Green+Blue) = 250+72+26=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA481A is #05B7E5. Grayscale: #787878. Windows color (decimal): -374758 or 1722618. OLE color: 1722618.

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

Color convert

RGB 250 72 26 -
CMYK 0 0.71 0.90 0.02
HSL 12.32º 0.96% 0.54% -
HSV(B) 12.32º 0.9% 0.98% -
XYZ 41.93 25.03 3.6 -
YUV 119.98 74.97 220.74 -
System Red Green Blue C M Y K H S L
Decimal 250 72 26 0 0.71 0.90 0.02 12.32 0.96 0.54
Hex FA 48 1A 0 47 5A 2 C 60 36
Octal 372 110 32 0 107 132 2 14 140 66
Binary 11111010 1001000 11010 0 1000111 1011010 10 1100 1100000 110110

Color Harmonies of #FA481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA481A

Black with #FA481A

Text Example


Text Example

White with #FA481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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