Html Css Color HEX #FA4D2B Red Orange

📋 copy color: '#FA4D2B'

red 250 ◦ green 77 ◦ blue 43

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

Shades of Red Orange #FA4D2B

Tints of Red Orange #FA4D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

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

R = 67.57%
G = 20.81%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA4D2B (or 0xFA4D2B) is known color: Red Orange. HEX triplet: FA, 4D and 2B. RGB value is (250,77,43). Sum of RGB (Red+Green+Blue) = 250+77+43=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D2B is #05B2D4. Grayscale: #7D7D7D. Windows color (decimal): -373461 or 2838010. OLE color: 2838010.

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

Color convert

RGB 250 77 43 -
CMYK 0 0.69 0.83 0.02
HSL 9.86º 0.95% 0.57% -
HSV(B) 9.86º 0.83% 0.98% -
XYZ 42.51 25.81 5.03 -
YUV 124.85 81.81 217.26 -
System Red Green Blue C M Y K H S L
Decimal 250 77 43 0 0.69 0.83 0.02 9.86 0.95 0.57
Hex FA 4D 2B 0 45 53 2 A 5F 39
Octal 372 115 53 0 105 123 2 12 137 71
Binary 11111010 1001101 101011 0 1000101 1010011 10 1010 1011111 111001

Color Harmonies of #FA4D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D2B

Black with #FA4D2B

Text Example


Text Example

White with #FA4D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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