Html Css Color HEX #FB401A Red Orange

📋 copy color: '#FB401A'

red 251 ◦ green 64 ◦ blue 26

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

Shades of Red Orange #FB401A

Tints of Red Orange #FB401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 73.61%
G = 18.77%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB401A (or 0xFB401A) is known color: Red Orange. HEX triplet: FB, 40 and 1A. RGB value is (251,64,26). Sum of RGB (Red+Green+Blue) = 251+64+26=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401A is #04BFE5. Grayscale: #737373. Windows color (decimal): -311270 or 1720571. OLE color: 1720571.

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

Color convert

RGB 251 64 26 -
CMYK 0 0.75 0.90 0.02
HSL 10.13º 0.97% 0.54% -
HSV(B) 10.13º 0.9% 0.98% -
XYZ 41.8 24.25 3.45 -
YUV 115.58 77.45 224.59 -
System Red Green Blue C M Y K H S L
Decimal 251 64 26 0 0.75 0.90 0.02 10.13 0.97 0.54
Hex FB 40 1A 0 4B 5A 2 A 61 36
Octal 373 100 32 0 113 132 2 12 141 66
Binary 11111011 1000000 11010 0 1001011 1011010 10 1010 1100001 110110

Color Harmonies of #FB401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB401A

Black with #FB401A

Text Example


Text Example

White with #FB401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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