Html Css Color HEX #FB421A Orange Red

📋 copy color: '#FB421A'

red 251 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #FB421A

Tints of Orange Red #FB421A

RGB

 RED value IS 251 (98.44% from 255) = 73.18%

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

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

R = 73.18%
G = 19.24%
B = 7.58%

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

#FB421A (or 0xFB421A) is known color: Orange Red. HEX triplet: FB, 42 and 1A. RGB value is (251,66,26). Sum of RGB (Red+Green+Blue) = 251+66+26=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB421A is #04BDE5. Grayscale: #757575. Windows color (decimal): -310758 or 1721083. OLE color: 1721083.

HSL color Cylindrical-coordinate representation of color #FB421A: hue angle of 10.67º degrees, saturation: 0.97, 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 #FB421A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 66 26 -
CMYK 0 0.74 0.90 0.02
HSL 10.67º 0.97% 0.54% -
HSV(B) 10.67º 0.9% 0.98% -
XYZ 41.92 24.48 3.49 -
YUV 116.76 76.79 223.75 -
System Red Green Blue C M Y K H S L
Decimal 251 66 26 0 0.74 0.90 0.02 10.67 0.97 0.54
Hex FB 42 1A 0 4A 5A 2 B 61 36
Octal 373 102 32 0 112 132 2 13 141 66
Binary 11111011 1000010 11010 0 1001010 1011010 10 1011 1100001 110110

Color Harmonies of #FB421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB421A

Black with #FB421A

Text Example


Text Example

White with #FB421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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