Html Css Color HEX #FB440B Orange Red

📋 copy color: '#FB440B'

red 251 ◦ green 68 ◦ blue 11

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

Shades of Orange Red #FB440B

Tints of Orange Red #FB440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 76.06%
G = 20.61%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB440B (or 0xFB440B) is known color: Orange Red. HEX triplet: FB, 44 and 0B. RGB value is (251,68,11). Sum of RGB (Red+Green+Blue) = 251+68+11=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB440B is #04BBF4. Grayscale: #747474. Windows color (decimal): -310261 or 738555. OLE color: 738555.

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

Color convert

RGB 251 68 11 -
CMYK 0 0.73 0.96 0.02
HSL 14.25º 0.97% 0.51% -
HSV(B) 14.25º 0.96% 0.98% -
XYZ 41.91 24.67 2.87 -
YUV 116.22 68.63 224.13 -
System Red Green Blue C M Y K H S L
Decimal 251 68 11 0 0.73 0.96 0.02 14.25 0.97 0.51
Hex FB 44 B 0 49 60 2 E 61 33
Octal 373 104 13 0 111 140 2 16 141 63
Binary 11111011 1000100 1011 0 1001001 1100000 10 1110 1100001 110011

Color Harmonies of #FB440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB440B

Black with #FB440B

Text Example


Text Example

White with #FB440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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