Html Css Color HEX #FA452D Red Orange

📋 copy color: '#FA452D'

red 250 ◦ green 69 ◦ blue 45

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

Shades of Red Orange #FA452D

Tints of Red Orange #FA452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

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

R = 68.68%
G = 18.96%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA452D (or 0xFA452D) is known color: Red Orange. HEX triplet: FA, 45 and 2D. RGB value is (250,69,45). Sum of RGB (Red+Green+Blue) = 250+69+45=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA452D is #05BAD2. Grayscale: #787878. Windows color (decimal): -375507 or 2967034. OLE color: 2967034.

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

Color convert

RGB 250 69 45 -
CMYK 0 0.72 0.82 0.02
HSL 7.02º 0.95% 0.58% -
HSV(B) 7.02º 0.82% 0.98% -
XYZ 42.03 24.77 5.05 -
YUV 120.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 250 69 45 0 0.72 0.82 0.02 7.02 0.95 0.58
Hex FA 45 2D 0 48 52 2 7 5F 3A
Octal 372 105 55 0 110 122 2 7 137 72
Binary 11111010 1000101 101101 0 1001000 1010010 10 111 1011111 111010

Color Harmonies of #FA452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA452D

Black with #FA452D

Text Example


Text Example

White with #FA452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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