Html Css Color HEX #FA3632 Red Orange

📋 copy color: '#FA3632'

red 250 ◦ green 54 ◦ blue 50

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

Shades of Red Orange #FA3632

Tints of Red Orange #FA3632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 70.62%
G = 15.25%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA3632 (or 0xFA3632) is known color: Red Orange. HEX triplet: FA, 36 and 32. RGB value is (250,54,50). Sum of RGB (Red+Green+Blue) = 250+54+50=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3632 is #05C9CD. Grayscale: #707070. Windows color (decimal): -379342 or 3290874. OLE color: 3290874.

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

Color convert

RGB 250 54 50 -
CMYK 0 0.78 0.8 0.02
HSL 1.2º 0.95% 0.59% -
HSV(B) 1.2º 0.8% 0.98% -
XYZ 41.32 23.19 5.32 -
YUV 112.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 250 54 50 0 0.78 0.8 0.02 1.2 0.95 0.59
Hex FA 36 32 0 4E 50 2 1 5F 3B
Octal 372 66 62 0 116 120 2 1 137 73
Binary 11111010 110110 110010 0 1001110 1010000 10 1 1011111 111011

Color Harmonies of #FA3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3632

Black with #FA3632

Text Example


Text Example

White with #FA3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3632; }

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

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

background-color css

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

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

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

border-color css

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

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

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