Html Css Color HEX #FB3701 Orange Red

📋 copy color: '#FB3701'

red 251 ◦ green 55 ◦ blue 1

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

Shades of Orange Red #FB3701

Tints of Orange Red #FB3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 81.76%
G = 17.92%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB3701 (or 0xFB3701) is known color: Orange Red. HEX triplet: FB, 37 and 01. RGB value is (251,55,1). Sum of RGB (Red+Green+Blue) = 251+55+1=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3701 is #04C8FE. Grayscale: #6B6B6B. Windows color (decimal): -313599 or 79867. OLE color: 79867.

HSL color Cylindrical-coordinate representation of color #FB3701: hue angle of 12.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3701 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 1 -
CMYK 0 0.78 1.00 0.02
HSL 12.96º 0.99% 0.49% -
HSV(B) 12.96º 1% 0.98% -
XYZ 41.16 23.24 2.35 -
YUV 107.45 67.93 230.39 -
System Red Green Blue C M Y K H S L
Decimal 251 55 1 0 0.78 1.00 0.02 12.96 0.99 0.49
Hex FB 37 1 0 4E 64 2 D 63 31
Octal 373 67 1 0 116 144 2 15 143 61
Binary 11111011 110111 1 0 1001110 1100100 10 1101 1100011 110001

Color Harmonies of #FB3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3701

Black with #FB3701

Text Example


Text Example

White with #FB3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3701; }

 p { color: rgb(251,55,1); }

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

background-color css

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

 a { background-color: rgb(251,55,1); }

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

border-color css

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

 span { border-color: rgb(251,55,1); }

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