Html Css Color HEX #FA421A Orange Red

📋 copy color: '#FA421A'

red 250 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #FA421A

Tints of Orange Red #FA421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 73.1%
G = 19.3%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA421A (or 0xFA421A) is known color: Orange Red. HEX triplet: FA, 42 and 1A. RGB value is (250,66,26). Sum of RGB (Red+Green+Blue) = 250+66+26=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA421A is #05BDE5. Grayscale: #747474. Windows color (decimal): -376294 or 1721082. OLE color: 1721082.

HSL color Cylindrical-coordinate representation of color #FA421A: hue angle of 10.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA421A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 26 -
CMYK 0 0.74 0.90 0.02
HSL 10.71º 0.96% 0.54% -
HSV(B) 10.71º 0.9% 0.98% -
XYZ 41.56 24.3 3.48 -
YUV 116.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 250 66 26 0 0.74 0.90 0.02 10.71 0.96 0.54
Hex FA 42 1A 0 4A 5A 2 B 60 36
Octal 372 102 32 0 112 132 2 13 140 66
Binary 11111010 1000010 11010 0 1001010 1011010 10 1011 1100000 110110

Color Harmonies of #FA421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA421A

Black with #FA421A

Text Example


Text Example

White with #FA421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA421A; }

 p { color: rgb(250,66,26); }

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

background-color css

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

 a { background-color: rgb(250,66,26); }

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

border-color css

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

 span { border-color: rgb(250,66,26); }

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