Html Css Color HEX #FA3F2B Red Orange

📋 copy color: '#FA3F2B'

red 250 ◦ green 63 ◦ blue 43

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

Shades of Red Orange #FA3F2B

Tints of Red Orange #FA3F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 70.22%
G = 17.7%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA3F2B (or 0xFA3F2B) is known color: Red Orange. HEX triplet: FA, 3F and 2B. RGB value is (250,63,43). Sum of RGB (Red+Green+Blue) = 250+63+43=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F2B is #05C0D4. Grayscale: #747474. Windows color (decimal): -377045 or 2834426. OLE color: 2834426.

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

Color convert

RGB 250 63 43 -
CMYK 0 0.75 0.83 0.02
HSL 5.8º 0.95% 0.57% -
HSV(B) 5.8º 0.83% 0.98% -
XYZ 41.64 24.05 4.73 -
YUV 116.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 250 63 43 0 0.75 0.83 0.02 5.8 0.95 0.57
Hex FA 3F 2B 0 4B 53 2 6 5F 39
Octal 372 77 53 0 113 123 2 6 137 71
Binary 11111010 111111 101011 0 1001011 1010011 10 110 1011111 111001

Color Harmonies of #FA3F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F2B

Black with #FA3F2B

Text Example


Text Example

White with #FA3F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F2B; }

 p { color: rgb(250,63,43); }

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

background-color css

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

 a { background-color: rgb(250,63,43); }

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

border-color css

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

 span { border-color: rgb(250,63,43); }

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