Html Css Color HEX #FA4E2D Red Orange

📋 copy color: '#FA4E2D'

red 250 ◦ green 78 ◦ blue 45

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

Shades of Red Orange #FA4E2D

Tints of Red Orange #FA4E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 67.02%
G = 20.91%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA4E2D (or 0xFA4E2D) is known color: Red Orange. HEX triplet: FA, 4E and 2D. RGB value is (250,78,45). Sum of RGB (Red+Green+Blue) = 250+78+45=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4E2D is #05B1D2. Grayscale: #7D7D7D. Windows color (decimal): -373203 or 2969338. OLE color: 2969338.

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

Color convert

RGB 250 78 45 -
CMYK 0 0.69 0.82 0.02
HSL 9.66º 0.95% 0.58% -
HSV(B) 9.66º 0.82% 0.98% -
XYZ 42.62 25.96 5.25 -
YUV 125.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 250 78 45 0 0.69 0.82 0.02 9.66 0.95 0.58
Hex FA 4E 2D 0 45 52 2 A 5F 3A
Octal 372 116 55 0 105 122 2 12 137 72
Binary 11111010 1001110 101101 0 1000101 1010010 10 1010 1011111 111010

Color Harmonies of #FA4E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E2D

Black with #FA4E2D

Text Example


Text Example

White with #FA4E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E2D; }

 p { color: rgb(250,78,45); }

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

background-color css

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

 a { background-color: rgb(250,78,45); }

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

border-color css

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

 span { border-color: rgb(250,78,45); }

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