Html Css Color HEX #FA4231 Red Orange

📋 copy color: '#FA4231'

red 250 ◦ green 66 ◦ blue 49

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

Shades of Red Orange #FA4231

Tints of Red Orange #FA4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 68.49%
G = 18.08%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA4231 (or 0xFA4231) is known color: Red Orange. HEX triplet: FA, 42 and 31. RGB value is (250,66,49). Sum of RGB (Red+Green+Blue) = 250+66+49=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4231 is #05BDCE. Grayscale: #777777. Windows color (decimal): -376271 or 3228410. OLE color: 3228410.

HSL color Cylindrical-coordinate representation of color #FA4231: hue angle of 5.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4231 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 49 -
CMYK 0 0.74 0.80 0.02
HSL 5.07º 0.95% 0.59% -
HSV(B) 5.07º 0.8% 0.98% -
XYZ 41.93 24.44 5.41 -
YUV 119.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 250 66 49 0 0.74 0.80 0.02 5.07 0.95 0.59
Hex FA 42 31 0 4A 50 2 5 5F 3B
Octal 372 102 61 0 112 120 2 5 137 73
Binary 11111010 1000010 110001 0 1001010 1010000 10 101 1011111 111011

Color Harmonies of #FA4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4231

Black with #FA4231

Text Example


Text Example

White with #FA4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4231; }

 p { color: rgb(250,66,49); }

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

background-color css

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

 a { background-color: rgb(250,66,49); }

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

border-color css

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

 span { border-color: rgb(250,66,49); }

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