Html Css Color HEX #FA4C2B Red Orange

📋 copy color: '#FA4C2B'

red 250 ◦ green 76 ◦ blue 43

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

Shades of Red Orange #FA4C2B

Tints of Red Orange #FA4C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 67.75%
G = 20.6%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA4C2B (or 0xFA4C2B) is known color: Red Orange. HEX triplet: FA, 4C and 2B. RGB value is (250,76,43). Sum of RGB (Red+Green+Blue) = 250+76+43=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4C2B is #05B3D4. Grayscale: #7C7C7C. Windows color (decimal): -373717 or 2837754. OLE color: 2837754.

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

Color convert

RGB 250 76 43 -
CMYK 0 0.70 0.83 0.02
HSL 9.57º 0.95% 0.57% -
HSV(B) 9.57º 0.83% 0.98% -
XYZ 42.44 25.67 5 -
YUV 124.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 250 76 43 0 0.70 0.83 0.02 9.57 0.95 0.57
Hex FA 4C 2B 0 46 53 2 A 5F 39
Octal 372 114 53 0 106 123 2 12 137 71
Binary 11111010 1001100 101011 0 1000110 1010011 10 1010 1011111 111001

Color Harmonies of #FA4C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C2B

Black with #FA4C2B

Text Example


Text Example

White with #FA4C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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