Html Css Color HEX #FB401F Red Orange

📋 copy color: '#FB401F'

red 251 ◦ green 64 ◦ blue 31

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

Shades of Red Orange #FB401F

Tints of Red Orange #FB401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 72.54%
G = 18.5%
B = 8.96%

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

#FB401F (or 0xFB401F) is known color: Red Orange. HEX triplet: FB, 40 and 1F. RGB value is (251,64,31). Sum of RGB (Red+Green+Blue) = 251+64+31=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB401F is #04BFE0. Grayscale: #747474. Windows color (decimal): -311265 or 2048251. OLE color: 2048251.

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

Color convert

RGB 251 64 31 -
CMYK 0 0.75 0.88 0.02
HSL 0.96% 0.55% -
HSV(B) 0.88% 0.98% -
XYZ 41.86 24.27 3.78 -
YUV 116.15 79.95 224.18 -
System Red Green Blue C M Y K H S L
Decimal 251 64 31 0 0.75 0.88 0.02 9 0.96 0.55
Hex FB 40 1F 0 4B 58 2 9 60 37
Octal 373 100 37 0 113 130 2 11 140 67
Binary 11111011 1000000 11111 0 1001011 1011000 10 1001 1100000 110111

Color Harmonies of #FB401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB401F

Black with #FB401F

Text Example


Text Example

White with #FB401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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