Html Css Color HEX #FB3714 Orange Red

📋 copy color: '#FB3714'

red 251 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #FB3714

Tints of Orange Red #FB3714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 76.99%
G = 16.87%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3714 (or 0xFB3714) is known color: Orange Red. HEX triplet: FB, 37 and 14. RGB value is (251,55,20). Sum of RGB (Red+Green+Blue) = 251+55+20=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3714 is #04C8EB. Grayscale: #6D6D6D. Windows color (decimal): -313580 or 1325051. OLE color: 1325051.

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

Color convert

RGB 251 55 20 -
CMYK 0 0.78 0.92 0.02
HSL 9.09º 0.97% 0.53% -
HSV(B) 9.09º 0.92% 0.98% -
XYZ 41.28 23.29 2.98 -
YUV 109.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 251 55 20 0 0.78 0.92 0.02 9.09 0.97 0.53
Hex FB 37 14 0 4E 5C 2 9 61 35
Octal 373 67 24 0 116 134 2 11 141 65
Binary 11111011 110111 10100 0 1001110 1011100 10 1001 1100001 110101

Color Harmonies of #FB3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3714

Black with #FB3714

Text Example


Text Example

White with #FB3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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