Html Css Color HEX #FA4A2E Red Orange

📋 copy color: '#FA4A2E'

red 250 ◦ green 74 ◦ blue 46

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

Shades of Red Orange #FA4A2E

Tints of Red Orange #FA4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 67.57%
G = 20%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA4A2E (or 0xFA4A2E) is known color: Red Orange. HEX triplet: FA, 4A and 2E. RGB value is (250,74,46). Sum of RGB (Red+Green+Blue) = 250+74+46=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A2E is #05B5D1. Grayscale: #7B7B7B. Windows color (decimal): -374226 or 3033850. OLE color: 3033850.

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

Color convert

RGB 250 74 46 -
CMYK 0 0.70 0.82 0.02
HSL 8.24º 0.95% 0.58% -
HSV(B) 8.24º 0.82% 0.98% -
XYZ 42.37 25.42 5.26 -
YUV 123.43 84.31 218.28 -
System Red Green Blue C M Y K H S L
Decimal 250 74 46 0 0.70 0.82 0.02 8.24 0.95 0.58
Hex FA 4A 2E 0 46 52 2 8 5F 3A
Octal 372 112 56 0 106 122 2 10 137 72
Binary 11111010 1001010 101110 0 1000110 1010010 10 1000 1011111 111010

Color Harmonies of #FA4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A2E

Black with #FA4A2E

Text Example


Text Example

White with #FA4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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