Html Css Color HEX #FB4614 Orange Red

📋 copy color: '#FB4614'

red 251 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #FB4614

Tints of Orange Red #FB4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

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

R = 73.61%
G = 20.53%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB4614 (or 0xFB4614) is known color: Orange Red. HEX triplet: FB, 46 and 14. RGB value is (251,70,20). Sum of RGB (Red+Green+Blue) = 251+70+20=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4614 is #04B9EB. Grayscale: #767676. Windows color (decimal): -309740 or 1328891. OLE color: 1328891.

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

Color convert

RGB 251 70 20 -
CMYK 0 0.72 0.92 0.02
HSL 12.99º 0.97% 0.53% -
HSV(B) 12.99º 0.92% 0.98% -
XYZ 42.1 24.94 3.26 -
YUV 118.42 72.47 222.57 -
System Red Green Blue C M Y K H S L
Decimal 251 70 20 0 0.72 0.92 0.02 12.99 0.97 0.53
Hex FB 46 14 0 48 5C 2 D 61 35
Octal 373 106 24 0 110 134 2 15 141 65
Binary 11111011 1000110 10100 0 1001000 1011100 10 1101 1100001 110101

Color Harmonies of #FB4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4614

Black with #FB4614

Text Example


Text Example

White with #FB4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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