Html Css Color HEX #FA2B2A Red Orange

📋 copy color: '#FA2B2A'

red 250 ◦ green 43 ◦ blue 42

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

Shades of Red Orange #FA2B2A

Tints of Red Orange #FA2B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 74.63%
G = 12.84%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA2B2A (or 0xFA2B2A) is known color: Red Orange. HEX triplet: FA, 2B and 2A. RGB value is (250,43,42). Sum of RGB (Red+Green+Blue) = 250+43+42=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B2A is #05D4D5. Grayscale: #686868. Windows color (decimal): -382166 or 2763770. OLE color: 2763770.

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

Color convert

RGB 250 43 42 -
CMYK 0 0.83 0.83 0.02
HSL 0.29º 0.95% 0.57% -
HSV(B) 0.29º 0.83% 0.98% -
XYZ 40.71 22.22 4.33 -
YUV 104.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 250 43 42 0 0.83 0.83 0.02 0.29 0.95 0.57
Hex FA 2B 2A 0 53 53 2 0 5F 39
Octal 372 53 52 0 123 123 2 0 137 71
Binary 11111010 101011 101010 0 1010011 1010011 10 0 1011111 111001

Color Harmonies of #FA2B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B2A

Black with #FA2B2A

Text Example


Text Example

White with #FA2B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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