Html Css Color HEX #FB401E Red Orange

📋 copy color: '#FB401E'

red 251 ◦ green 64 ◦ blue 30

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

Shades of Red Orange #FB401E

Tints of Red Orange #FB401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 72.75%
G = 18.55%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB401E (or 0xFB401E) is known color: Red Orange. HEX triplet: FB, 40 and 1E. RGB value is (251,64,30). Sum of RGB (Red+Green+Blue) = 251+64+30=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401E is #04BFE1. Grayscale: #747474. Windows color (decimal): -311266 or 1982715. OLE color: 1982715.

HSL color Cylindrical-coordinate representation of color #FB401E: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB401E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 64 30 -
CMYK 0 0.75 0.88 0.02
HSL 9.23º 0.97% 0.55% -
HSV(B) 9.23º 0.88% 0.98% -
XYZ 41.85 24.27 3.71 -
YUV 116.04 79.45 224.26 -
System Red Green Blue C M Y K H S L
Decimal 251 64 30 0 0.75 0.88 0.02 9.23 0.97 0.55
Hex FB 40 1E 0 4B 58 2 9 61 37
Octal 373 100 36 0 113 130 2 11 141 67
Binary 11111011 1000000 11110 0 1001011 1011000 10 1001 1100001 110111

Color Harmonies of #FB401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB401E

Black with #FB401E

Text Example


Text Example

White with #FB401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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