Html Css Color HEX #FB3F12 Orange Red

📋 copy color: '#FB3F12'

red 251 ◦ green 63 ◦ blue 18

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

Shades of Orange Red #FB3F12

Tints of Orange Red #FB3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

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

R = 75.6%
G = 18.98%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB3F12 (or 0xFB3F12) is known color: Orange Red. HEX triplet: FB, 3F and 12. RGB value is (251,63,18). Sum of RGB (Red+Green+Blue) = 251+63+18=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3F12 is #04C0ED. Grayscale: #727272. Windows color (decimal): -311534 or 1196027. OLE color: 1196027.

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

Color convert

RGB 251 63 18 -
CMYK 0 0.75 0.93 0.02
HSL 11.59º 0.97% 0.53% -
HSV(B) 11.59º 0.93% 0.98% -
XYZ 41.67 24.11 3.03 -
YUV 114.08 73.78 225.66 -
System Red Green Blue C M Y K H S L
Decimal 251 63 18 0 0.75 0.93 0.02 11.59 0.97 0.53
Hex FB 3F 12 0 4B 5D 2 C 61 35
Octal 373 77 22 0 113 135 2 14 141 65
Binary 11111011 111111 10010 0 1001011 1011101 10 1100 1100001 110101

Color Harmonies of #FB3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F12

Black with #FB3F12

Text Example


Text Example

White with #FB3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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