Html Css Color HEX #FA4B32 Red Orange

📋 copy color: '#FA4B32'

red 250 ◦ green 75 ◦ blue 50

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

Shades of Red Orange #FA4B32

Tints of Red Orange #FA4B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

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

R = 66.67%
G = 20%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA4B32 (or 0xFA4B32) is known color: Red Orange. HEX triplet: FA, 4B and 32. RGB value is (250,75,50). Sum of RGB (Red+Green+Blue) = 250+75+50=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4B32 is #05B4CD. Grayscale: #7C7C7C. Windows color (decimal): -373966 or 3296250. OLE color: 3296250.

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

Color convert

RGB 250 75 50 -
CMYK 0 0.7 0.8 0.02
HSL 7.5º 0.95% 0.59% -
HSV(B) 7.5º 0.8% 0.98% -
XYZ 42.52 25.59 5.72 -
YUV 124.48 85.98 217.53 -
System Red Green Blue C M Y K H S L
Decimal 250 75 50 0 0.7 0.8 0.02 7.5 0.95 0.59
Hex FA 4B 32 0 46 50 2 8 5F 3B
Octal 372 113 62 0 106 120 2 10 137 73
Binary 11111010 1001011 110010 0 1000110 1010000 10 1000 1011111 111011

Color Harmonies of #FA4B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B32

Black with #FA4B32

Text Example


Text Example

White with #FA4B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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