Html Css Color HEX #FB4700 Orange Red

📋 copy color: '#FB4700'

red 251 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #FB4700

Tints of Orange Red #FB4700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.95%
G = 22.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB4700 (or 0xFB4700) is known color: Orange Red. HEX triplet: FB, 47 and 00. RGB value is (251,71,0). Sum of RGB (Red+Green+Blue) = 251+71+0=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4700 is #04B8FF. Grayscale: #757575. Windows color (decimal): -309504 or 18427. OLE color: 18427.

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

Color convert

RGB 251 71 0 -
CMYK 0 0.72 1 0.02
HSL 16.97º 1% 0.49% -
HSV(B) 16.97º 1% 0.98% -
XYZ 42.04 25.02 2.61 -
YUV 116.73 62.13 223.77 -
System Red Green Blue C M Y K H S L
Decimal 251 71 0 0 0.72 1 0.02 16.97 1 0.49
Hex FB 47 0 0 48 64 2 11 64 31
Octal 373 107 0 0 110 144 2 21 144 61
Binary 11111011 1000111 0 0 1001000 1100100 10 10001 1100100 110001

Color Harmonies of #FB4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4700

Black with #FB4700

Text Example


Text Example

White with #FB4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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