Html Css Color HEX #FB441F Red Orange

📋 copy color: '#FB441F'

red 251 ◦ green 68 ◦ blue 31

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

Shades of Red Orange #FB441F

Tints of Red Orange #FB441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 71.71%
G = 19.43%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB441F (or 0xFB441F) is known color: Red Orange. HEX triplet: FB, 44 and 1F. RGB value is (251,68,31). Sum of RGB (Red+Green+Blue) = 251+68+31=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB441F is #04BBE0. Grayscale: #767676. Windows color (decimal): -310241 or 2049275. OLE color: 2049275.

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

Color convert

RGB 251 68 31 -
CMYK 0 0.73 0.88 0.02
HSL 10.09º 0.96% 0.55% -
HSV(B) 10.09º 0.88% 0.98% -
XYZ 42.1 24.74 3.85 -
YUV 118.5 78.63 222.51 -
System Red Green Blue C M Y K H S L
Decimal 251 68 31 0 0.73 0.88 0.02 10.09 0.96 0.55
Hex FB 44 1F 0 49 58 2 A 60 37
Octal 373 104 37 0 111 130 2 12 140 67
Binary 11111011 1000100 11111 0 1001001 1011000 10 1010 1100000 110111

Color Harmonies of #FB441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB441F

Black with #FB441F

Text Example


Text Example

White with #FB441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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