Html Css Color HEX #FA2826 Red Orange

📋 copy color: '#FA2826'

red 250 ◦ green 40 ◦ blue 38

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

Shades of Red Orange #FA2826

Tints of Red Orange #FA2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

 BLUE value IS 38 (15.23% from 255) = 11.59%

R = 76.22%
G = 12.2%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA2826 (or 0xFA2826) is known color: Red Orange. HEX triplet: FA, 28 and 26. RGB value is (250,40,38). Sum of RGB (Red+Green+Blue) = 250+40+38=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2826 is #05D7D9. Grayscale: #666666. Windows color (decimal): -382938 or 2500858. OLE color: 2500858.

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

Color convert

RGB 250 40 38 -
CMYK 0 0.84 0.85 0.02
HSL 0.57º 0.95% 0.56% -
HSV(B) 0.57º 0.85% 0.98% -
XYZ 40.53 21.98 3.94 -
YUV 102.56 91.57 233.16 -
System Red Green Blue C M Y K H S L
Decimal 250 40 38 0 0.84 0.85 0.02 0.57 0.95 0.56
Hex FA 28 26 0 54 55 2 1 5F 38
Octal 372 50 46 0 124 125 2 1 137 70
Binary 11111010 101000 100110 0 1010100 1010101 10 1 1011111 111000

Color Harmonies of #FA2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2826

Black with #FA2826

Text Example


Text Example

White with #FA2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2826; }

 p { color: rgb(250,40,38); }

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

background-color css

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

 a { background-color: rgb(250,40,38); }

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

border-color css

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

 span { border-color: rgb(250,40,38); }

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