Html Css Color HEX #FA2F1D Red Orange

📋 copy color: '#FA2F1D'

red 250 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #FA2F1D

Tints of Red Orange #FA2F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 76.69%
G = 14.42%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA2F1D (or 0xFA2F1D) is known color: Red Orange. HEX triplet: FA, 2F and 1D. RGB value is (250,47,29). Sum of RGB (Red+Green+Blue) = 250+47+29=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F1D is #05D0E2. Grayscale: #696969. Windows color (decimal): -381155 or 1912826. OLE color: 1912826.

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

Color convert

RGB 250 47 29 -
CMYK 0 0.81 0.88 0.02
HSL 4.89º 0.96% 0.55% -
HSV(B) 4.89º 0.88% 0.98% -
XYZ 40.66 22.45 3.35 -
YUV 105.65 84.75 230.96 -
System Red Green Blue C M Y K H S L
Decimal 250 47 29 0 0.81 0.88 0.02 4.89 0.96 0.55
Hex FA 2F 1D 0 51 58 2 5 60 37
Octal 372 57 35 0 121 130 2 5 140 67
Binary 11111010 101111 11101 0 1010001 1011000 10 101 1100000 110111

Color Harmonies of #FA2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F1D

Black with #FA2F1D

Text Example


Text Example

White with #FA2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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