Html Css Color HEX #FB3C1F Red Orange

📋 copy color: '#FB3C1F'

red 251 ◦ green 60 ◦ blue 31

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

Shades of Red Orange #FB3C1F

Tints of Red Orange #FB3C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

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

R = 73.39%
G = 17.54%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB3C1F (or 0xFB3C1F) is known color: Red Orange. HEX triplet: FB, 3C and 1F. RGB value is (251,60,31). Sum of RGB (Red+Green+Blue) = 251+60+31=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C1F is #04C3E0. Grayscale: #727272. Windows color (decimal): -312289 or 2047227. OLE color: 2047227.

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

Color convert

RGB 251 60 31 -
CMYK 0 0.76 0.88 0.02
HSL 7.91º 0.96% 0.55% -
HSV(B) 7.91º 0.88% 0.98% -
XYZ 41.65 23.84 3.7 -
YUV 113.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 251 60 31 0 0.76 0.88 0.02 7.91 0.96 0.55
Hex FB 3C 1F 0 4C 58 2 8 60 37
Octal 373 74 37 0 114 130 2 10 140 67
Binary 11111011 111100 11111 0 1001100 1011000 10 1000 1100000 110111

Color Harmonies of #FB3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C1F

Black with #FB3C1F

Text Example


Text Example

White with #FB3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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