Html Css Color HEX #FB4416 Orange Red

📋 copy color: '#FB4416'

red 251 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #FB4416

Tints of Orange Red #FB4416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 73.61%
G = 19.94%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB4416 (or 0xFB4416) is known color: Orange Red. HEX triplet: FB, 44 and 16. RGB value is (251,68,22). Sum of RGB (Red+Green+Blue) = 251+68+22=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4416 is #04BBE9. Grayscale: #757575. Windows color (decimal): -310250 or 1459451. OLE color: 1459451.

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

Color convert

RGB 251 68 22 -
CMYK 0 0.73 0.91 0.02
HSL 12.05º 0.97% 0.54% -
HSV(B) 12.05º 0.91% 0.98% -
XYZ 42 24.7 3.31 -
YUV 117.47 74.13 223.24 -
System Red Green Blue C M Y K H S L
Decimal 251 68 22 0 0.73 0.91 0.02 12.05 0.97 0.54
Hex FB 44 16 0 49 5B 2 C 61 36
Octal 373 104 26 0 111 133 2 14 141 66
Binary 11111011 1000100 10110 0 1001001 1011011 10 1100 1100001 110110

Color Harmonies of #FB4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4416

Black with #FB4416

Text Example


Text Example

White with #FB4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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