Html Css Color HEX #FA3F2E Red Orange

📋 copy color: '#FA3F2E'

red 250 ◦ green 63 ◦ blue 46

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

Shades of Red Orange #FA3F2E

Tints of Red Orange #FA3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 69.64%
G = 17.55%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA3F2E (or 0xFA3F2E) is known color: Red Orange. HEX triplet: FA, 3F and 2E. RGB value is (250,63,46). Sum of RGB (Red+Green+Blue) = 250+63+46=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F2E is #05C0D1. Grayscale: #757575. Windows color (decimal): -377042 or 3031034. OLE color: 3031034.

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

Color convert

RGB 250 63 46 -
CMYK 0 0.75 0.82 0.02
HSL 0.95% 0.58% -
HSV(B) 0.82% 0.98% -
XYZ 41.69 24.08 5.03 -
YUV 116.98 87.95 222.88 -
System Red Green Blue C M Y K H S L
Decimal 250 63 46 0 0.75 0.82 0.02 5 0.95 0.58
Hex FA 3F 2E 0 4B 52 2 5 5F 3A
Octal 372 77 56 0 113 122 2 5 137 72
Binary 11111010 111111 101110 0 1001011 1010010 10 101 1011111 111010

Color Harmonies of #FA3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F2E

Black with #FA3F2E

Text Example


Text Example

White with #FA3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F2E; }

 p { color: rgb(250,63,46); }

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

background-color css

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

 a { background-color: rgb(250,63,46); }

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

border-color css

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

 span { border-color: rgb(250,63,46); }

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