Html Css Color HEX #FA3428 Red Orange

📋 copy color: '#FA3428'

red 250 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #FA3428

Tints of Red Orange #FA3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 73.1%
G = 15.2%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3428 (or 0xFA3428) is known color: Red Orange. HEX triplet: FA, 34 and 28. RGB value is (250,52,40). Sum of RGB (Red+Green+Blue) = 250+52+40=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3428 is #05CBD7. Grayscale: #6E6E6E. Windows color (decimal): -379864 or 2635002. OLE color: 2635002.

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

Color convert

RGB 250 52 40 -
CMYK 0 0.79 0.84 0.02
HSL 3.43º 0.95% 0.57% -
HSV(B) 3.43º 0.84% 0.98% -
XYZ 41.04 22.93 4.27 -
YUV 109.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 250 52 40 0 0.79 0.84 0.02 3.43 0.95 0.57
Hex FA 34 28 0 4F 54 2 3 5F 39
Octal 372 64 50 0 117 124 2 3 137 71
Binary 11111010 110100 101000 0 1001111 1010100 10 11 1011111 111001

Color Harmonies of #FA3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3428

Black with #FA3428

Text Example


Text Example

White with #FA3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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