Html Css Color HEX #FB4007 Orange Red

📋 copy color: '#FB4007'

red 251 ◦ green 64 ◦ blue 7

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

Shades of Orange Red #FB4007

Tints of Orange Red #FB4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 77.95%
G = 19.88%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB4007 (or 0xFB4007) is known color: Orange Red. HEX triplet: FB, 40 and 07. RGB value is (251,64,7). Sum of RGB (Red+Green+Blue) = 251+64+7=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4007 is #04BFF8. Grayscale: #717171. Windows color (decimal): -311289 or 475387. OLE color: 475387.

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

Color convert

RGB 251 64 7 -
CMYK 0 0.75 0.97 0.02
HSL 14.02º 0.97% 0.51% -
HSV(B) 14.02º 0.97% 0.98% -
XYZ 41.66 24.19 2.67 -
YUV 113.42 67.95 226.13 -
System Red Green Blue C M Y K H S L
Decimal 251 64 7 0 0.75 0.97 0.02 14.02 0.97 0.51
Hex FB 40 7 0 4B 61 2 E 61 33
Octal 373 100 7 0 113 141 2 16 141 63
Binary 11111011 1000000 111 0 1001011 1100001 10 1110 1100001 110011

Color Harmonies of #FB4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4007

Black with #FB4007

Text Example


Text Example

White with #FB4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4007; }

 p { color: rgb(251,64,7); }

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

background-color css

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

 a { background-color: rgb(251,64,7); }

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

border-color css

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

 span { border-color: rgb(251,64,7); }

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