Html Css Color HEX #FB3E14 Orange Red

📋 copy color: '#FB3E14'

red 251 ◦ green 62 ◦ blue 20

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

Shades of Orange Red #FB3E14

Tints of Orange Red #FB3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

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

R = 75.38%
G = 18.62%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3E14 (or 0xFB3E14) is known color: Orange Red. HEX triplet: FB, 3E and 14. RGB value is (251,62,20). Sum of RGB (Red+Green+Blue) = 251+62+20=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3E14 is #04C1EB. Grayscale: #727272. Windows color (decimal): -311788 or 1326843. OLE color: 1326843.

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

Color convert

RGB 251 62 20 -
CMYK 0 0.75 0.92 0.02
HSL 10.91º 0.97% 0.53% -
HSV(B) 10.91º 0.92% 0.98% -
XYZ 41.63 24 3.1 -
YUV 113.72 75.12 225.92 -
System Red Green Blue C M Y K H S L
Decimal 251 62 20 0 0.75 0.92 0.02 10.91 0.97 0.53
Hex FB 3E 14 0 4B 5C 2 B 61 35
Octal 373 76 24 0 113 134 2 13 141 65
Binary 11111011 111110 10100 0 1001011 1011100 10 1011 1100001 110101

Color Harmonies of #FB3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3E14

Black with #FB3E14

Text Example


Text Example

White with #FB3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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