Html Css Color HEX #FA442A Red Orange

📋 copy color: '#FA442A'

red 250 ◦ green 68 ◦ blue 42

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

Shades of Red Orange #FA442A

Tints of Red Orange #FA442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 69.44%
G = 18.89%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA442A (or 0xFA442A) is known color: Red Orange. HEX triplet: FA, 44 and 2A. RGB value is (250,68,42). Sum of RGB (Red+Green+Blue) = 250+68+42=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA442A is #05BBD5. Grayscale: #777777. Windows color (decimal): -375766 or 2770170. OLE color: 2770170.

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

Color convert

RGB 250 68 42 -
CMYK 0 0.73 0.83 0.02
HSL 7.5º 0.95% 0.57% -
HSV(B) 7.5º 0.83% 0.98% -
XYZ 41.91 24.63 4.73 -
YUV 119.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 250 68 42 0 0.73 0.83 0.02 7.5 0.95 0.57
Hex FA 44 2A 0 49 53 2 8 5F 39
Octal 372 104 52 0 111 123 2 10 137 71
Binary 11111010 1000100 101010 0 1001001 1010011 10 1000 1011111 111001

Color Harmonies of #FA442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA442A

Black with #FA442A

Text Example


Text Example

White with #FA442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA442A; }

 p { color: rgb(250,68,42); }

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

background-color css

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

 a { background-color: rgb(250,68,42); }

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

border-color css

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

 span { border-color: rgb(250,68,42); }

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