Html Css Color HEX #FA2F26 Red Orange

📋 copy color: '#FA2F26'

red 250 ◦ green 47 ◦ blue 38

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

Shades of Red Orange #FA2F26

Tints of Red Orange #FA2F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 74.63%
G = 14.03%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA2F26 (or 0xFA2F26) is known color: Red Orange. HEX triplet: FA, 2F and 26. RGB value is (250,47,38). Sum of RGB (Red+Green+Blue) = 250+47+38=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F26 is #05D0D9. Grayscale: #6A6A6A. Windows color (decimal): -381146 or 2502650. OLE color: 2502650.

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

Color convert

RGB 250 47 38 -
CMYK 0 0.81 0.85 0.02
HSL 2.55º 0.95% 0.56% -
HSV(B) 2.55º 0.85% 0.98% -
XYZ 40.79 22.5 4.03 -
YUV 106.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 250 47 38 0 0.81 0.85 0.02 2.55 0.95 0.56
Hex FA 2F 26 0 51 55 2 3 5F 38
Octal 372 57 46 0 121 125 2 3 137 70
Binary 11111010 101111 100110 0 1010001 1010101 10 11 1011111 111000

Color Harmonies of #FA2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F26

Black with #FA2F26

Text Example


Text Example

White with #FA2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F26; }

 p { color: rgb(250,47,38); }

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

background-color css

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

 a { background-color: rgb(250,47,38); }

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

border-color css

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

 span { border-color: rgb(250,47,38); }

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