Html Css Color HEX #FA2D2B Red Orange

📋 copy color: '#FA2D2B'

red 250 ◦ green 45 ◦ blue 43

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

Shades of Red Orange #FA2D2B

Tints of Red Orange #FA2D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

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

R = 73.96%
G = 13.31%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA2D2B (or 0xFA2D2B) is known color: Red Orange. HEX triplet: FA, 2D and 2B. RGB value is (250,45,43). Sum of RGB (Red+Green+Blue) = 250+45+43=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D2B is #05D2D4. Grayscale: #6A6A6A. Windows color (decimal): -381653 or 2829818. OLE color: 2829818.

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

Color convert

RGB 250 45 43 -
CMYK 0 0.82 0.83 0.02
HSL 0.58º 0.95% 0.57% -
HSV(B) 0.58º 0.83% 0.98% -
XYZ 40.8 22.38 4.45 -
YUV 106.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 250 45 43 0 0.82 0.83 0.02 0.58 0.95 0.57
Hex FA 2D 2B 0 52 53 2 1 5F 39
Octal 372 55 53 0 122 123 2 1 137 71
Binary 11111010 101101 101011 0 1010010 1010011 10 1 1011111 111001

Color Harmonies of #FA2D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D2B

Black with #FA2D2B

Text Example


Text Example

White with #FA2D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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