Html Css Color HEX #FB440E Orange Red

📋 copy color: '#FB440E'

red 251 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #FB440E

Tints of Orange Red #FB440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 75.38%
G = 20.42%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB440E (or 0xFB440E) is known color: Orange Red. HEX triplet: FB, 44 and 0E. RGB value is (251,68,14). Sum of RGB (Red+Green+Blue) = 251+68+14=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB440E is #04BBF1. Grayscale: #747474. Windows color (decimal): -310258 or 935163. OLE color: 935163.

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

Color convert

RGB 251 68 14 -
CMYK 0 0.73 0.94 0.02
HSL 13.67º 0.97% 0.52% -
HSV(B) 13.67º 0.94% 0.98% -
XYZ 41.93 24.68 2.97 -
YUV 116.56 70.13 223.89 -
System Red Green Blue C M Y K H S L
Decimal 251 68 14 0 0.73 0.94 0.02 13.67 0.97 0.52
Hex FB 44 E 0 49 5E 2 E 61 34
Octal 373 104 16 0 111 136 2 16 141 64
Binary 11111011 1000100 1110 0 1001001 1011110 10 1110 1100001 110100

Color Harmonies of #FB440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB440E

Black with #FB440E

Text Example


Text Example

White with #FB440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB440E; }

 p { color: rgb(251,68,14); }

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

background-color css

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

 a { background-color: rgb(251,68,14); }

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

border-color css

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

 span { border-color: rgb(251,68,14); }

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