Html Css Color HEX #FA4426 Red Orange

📋 copy color: '#FA4426'

red 250 ◦ green 68 ◦ blue 38

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

Shades of Red Orange #FA4426

Tints of Red Orange #FA4426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

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

R = 70.22%
G = 19.1%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA4426 (or 0xFA4426) is known color: Red Orange. HEX triplet: FA, 44 and 26. RGB value is (250,68,38). Sum of RGB (Red+Green+Blue) = 250+68+38=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4426 is #05BBD9. Grayscale: #777777. Windows color (decimal): -375770 or 2508026. OLE color: 2508026.

HSL color Cylindrical-coordinate representation of color #FA4426: hue angle of 8.49º 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 #FA4426 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 38 -
CMYK 0 0.73 0.85 0.02
HSL 8.49º 0.95% 0.56% -
HSV(B) 8.49º 0.85% 0.98% -
XYZ 41.84 24.6 4.38 -
YUV 119 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 250 68 38 0 0.73 0.85 0.02 8.49 0.95 0.56
Hex FA 44 26 0 49 55 2 8 5F 38
Octal 372 104 46 0 111 125 2 10 137 70
Binary 11111010 1000100 100110 0 1001001 1010101 10 1000 1011111 111000

Color Harmonies of #FA4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4426

Black with #FA4426

Text Example


Text Example

White with #FA4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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