Html Css Color HEX #FB3F07 Orange Red

📋 copy color: '#FB3F07'

red 251 ◦ green 63 ◦ blue 7

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

Shades of Orange Red #FB3F07

Tints of Orange Red #FB3F07

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 78.19%
G = 19.63%
B = 2.18%

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

#FB3F07 (or 0xFB3F07) is known color: Orange Red. HEX triplet: FB, 3F and 07. RGB value is (251,63,7). Sum of RGB (Red+Green+Blue) = 251+63+7=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F07 is #04C0F8. Grayscale: #717171. Windows color (decimal): -311545 or 475131. OLE color: 475131.

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

Color convert

RGB 251 63 7 -
CMYK 0 0.75 0.97 0.02
HSL 13.77º 0.97% 0.51% -
HSV(B) 13.77º 0.97% 0.98% -
XYZ 41.6 24.08 2.66 -
YUV 112.83 68.28 226.55 -
System Red Green Blue C M Y K H S L
Decimal 251 63 7 0 0.75 0.97 0.02 13.77 0.97 0.51
Hex FB 3F 7 0 4B 61 2 E 61 33
Octal 373 77 7 0 113 141 2 16 141 63
Binary 11111011 111111 111 0 1001011 1100001 10 1110 1100001 110011

Color Harmonies of #FB3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F07

Black with #FB3F07

Text Example


Text Example

White with #FB3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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