Html Css Color HEX #FA452C Red Orange

📋 copy color: '#FA452C'

red 250 ◦ green 69 ◦ blue 44

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

Shades of Red Orange #FA452C

Tints of Red Orange #FA452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 68.87%
G = 19.01%
B = 12.12%

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

#FA452C (or 0xFA452C) is known color: Red Orange. HEX triplet: FA, 45 and 2C. RGB value is (250,69,44). Sum of RGB (Red+Green+Blue) = 250+69+44=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA452C is #05BAD3. Grayscale: #787878. Windows color (decimal): -375508 or 2901498. OLE color: 2901498.

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

Color convert

RGB 250 69 44 -
CMYK 0 0.72 0.82 0.02
HSL 7.28º 0.95% 0.58% -
HSV(B) 7.28º 0.82% 0.98% -
XYZ 42.01 24.76 4.95 -
YUV 120.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 250 69 44 0 0.72 0.82 0.02 7.28 0.95 0.58
Hex FA 45 2C 0 48 52 2 7 5F 3A
Octal 372 105 54 0 110 122 2 7 137 72
Binary 11111010 1000101 101100 0 1001000 1010010 10 111 1011111 111010

Color Harmonies of #FA452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA452C

Black with #FA452C

Text Example


Text Example

White with #FA452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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