Html Css Color HEX #FB4512 Orange Red

📋 copy color: '#FB4512'

red 251 ◦ green 69 ◦ blue 18

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

Shades of Orange Red #FB4512

Tints of Orange Red #FB4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 74.26%
G = 20.41%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB4512 (or 0xFB4512) is known color: Orange Red. HEX triplet: FB, 45 and 12. RGB value is (251,69,18). Sum of RGB (Red+Green+Blue) = 251+69+18=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4512 is #04BAED. Grayscale: #757575. Windows color (decimal): -309998 or 1197563. OLE color: 1197563.

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

Color convert

RGB 251 69 18 -
CMYK 0 0.73 0.93 0.02
HSL 13.13º 0.97% 0.53% -
HSV(B) 13.13º 0.93% 0.98% -
XYZ 42.02 24.81 3.15 -
YUV 117.6 71.8 223.15 -
System Red Green Blue C M Y K H S L
Decimal 251 69 18 0 0.73 0.93 0.02 13.13 0.97 0.53
Hex FB 45 12 0 49 5D 2 D 61 35
Octal 373 105 22 0 111 135 2 15 141 65
Binary 11111011 1000101 10010 0 1001001 1011101 10 1101 1100001 110101

Color Harmonies of #FB4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4512

Black with #FB4512

Text Example


Text Example

White with #FB4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4512; }

 p { color: rgb(251,69,18); }

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

background-color css

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

 a { background-color: rgb(251,69,18); }

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

border-color css

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

 span { border-color: rgb(251,69,18); }

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