Html Css Color HEX #FA3628 Red Orange

📋 copy color: '#FA3628'

red 250 ◦ green 54 ◦ blue 40

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

Shades of Red Orange #FA3628

Tints of Red Orange #FA3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 72.67%
G = 15.7%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3628 (or 0xFA3628) is known color: Red Orange. HEX triplet: FA, 36 and 28. RGB value is (250,54,40). Sum of RGB (Red+Green+Blue) = 250+54+40=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3628 is #05C9D7. Grayscale: #6F6F6F. Windows color (decimal): -379352 or 2635514. OLE color: 2635514.

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

Color convert

RGB 250 54 40 -
CMYK 0 0.78 0.84 0.02
HSL 0.95% 0.57% -
HSV(B) 0.84% 0.98% -
XYZ 41.13 23.12 4.3 -
YUV 111.01 87.93 227.14 -
System Red Green Blue C M Y K H S L
Decimal 250 54 40 0 0.78 0.84 0.02 4 0.95 0.57
Hex FA 36 28 0 4E 54 2 4 5F 39
Octal 372 66 50 0 116 124 2 4 137 71
Binary 11111010 110110 101000 0 1001110 1010100 10 100 1011111 111001

Color Harmonies of #FA3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3628

Black with #FA3628

Text Example


Text Example

White with #FA3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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