Html Css Color HEX #FB3B1E Red Orange

📋 copy color: '#FB3B1E'

red 251 ◦ green 59 ◦ blue 30

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

Shades of Red Orange #FB3B1E

Tints of Red Orange #FB3B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

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

R = 73.82%
G = 17.35%
B = 8.82%

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

#FB3B1E (or 0xFB3B1E) is known color: Red Orange. HEX triplet: FB, 3B and 1E. RGB value is (251,59,30). Sum of RGB (Red+Green+Blue) = 251+59+30=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3B1E is #04C4E1. Grayscale: #717171. Windows color (decimal): -312546 or 1981435. OLE color: 1981435.

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

Color convert

RGB 251 59 30 -
CMYK 0 0.76 0.88 0.02
HSL 7.87º 0.97% 0.55% -
HSV(B) 7.87º 0.88% 0.98% -
XYZ 41.58 23.73 3.62 -
YUV 113.1 81.11 226.36 -
System Red Green Blue C M Y K H S L
Decimal 251 59 30 0 0.76 0.88 0.02 7.87 0.97 0.55
Hex FB 3B 1E 0 4C 58 2 8 61 37
Octal 373 73 36 0 114 130 2 10 141 67
Binary 11111011 111011 11110 0 1001100 1011000 10 1000 1100001 110111

Color Harmonies of #FB3B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3B1E

Black with #FB3B1E

Text Example


Text Example

White with #FB3B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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