Html Css Color HEX #FA3328 Red Orange

📋 copy color: '#FA3328'

red 250 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #FA3328

Tints of Red Orange #FA3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

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

R = 73.31%
G = 14.96%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3328 (or 0xFA3328) is known color: Red Orange. HEX triplet: FA, 33 and 28. RGB value is (250,51,40). Sum of RGB (Red+Green+Blue) = 250+51+40=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3328 is #05CCD7. Grayscale: #6D6D6D. Windows color (decimal): -380120 or 2634746. OLE color: 2634746.

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

Color convert

RGB 250 51 40 -
CMYK 0 0.80 0.84 0.02
HSL 3.14º 0.95% 0.57% -
HSV(B) 3.14º 0.84% 0.98% -
XYZ 40.99 22.84 4.26 -
YUV 109.25 88.93 228.39 -
System Red Green Blue C M Y K H S L
Decimal 250 51 40 0 0.80 0.84 0.02 3.14 0.95 0.57
Hex FA 33 28 0 50 54 2 3 5F 39
Octal 372 63 50 0 120 124 2 3 137 71
Binary 11111010 110011 101000 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #FA3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3328

Black with #FA3328

Text Example


Text Example

White with #FA3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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