Html Css Color HEX #FB4701 Orange Red

📋 copy color: '#FB4701'

red 251 ◦ green 71 ◦ blue 1

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

Shades of Orange Red #FB4701

Tints of Orange Red #FB4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 77.71%
G = 21.98%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB4701 (or 0xFB4701) is known color: Orange Red. HEX triplet: FB, 47 and 01. RGB value is (251,71,1). Sum of RGB (Red+Green+Blue) = 251+71+1=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4701 is #04B8FE. Grayscale: #757575. Windows color (decimal): -309503 or 83963. OLE color: 83963.

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

Color convert

RGB 251 71 1 -
CMYK 0 0.72 1.00 0.02
HSL 16.8º 0.99% 0.49% -
HSV(B) 16.8º 1% 0.98% -
XYZ 42.04 25.02 2.64 -
YUV 116.84 62.63 223.69 -
System Red Green Blue C M Y K H S L
Decimal 251 71 1 0 0.72 1.00 0.02 16.8 0.99 0.49
Hex FB 47 1 0 48 64 2 11 63 31
Octal 373 107 1 0 110 144 2 21 143 61
Binary 11111011 1000111 1 0 1001000 1100100 10 10001 1100011 110001

Color Harmonies of #FB4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4701

Black with #FB4701

Text Example


Text Example

White with #FB4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4701; }

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

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

background-color css

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

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

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

border-color css

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

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

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