Html Css Color HEX #FB3E10 Orange Red

📋 copy color: '#FB3E10'

red 251 ◦ green 62 ◦ blue 16

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

Shades of Orange Red #FB3E10

Tints of Orange Red #FB3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 76.29%
G = 18.84%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB3E10 (or 0xFB3E10) is known color: Orange Red. HEX triplet: FB, 3E and 10. RGB value is (251,62,16). Sum of RGB (Red+Green+Blue) = 251+62+16=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3E10 is #04C1EF. Grayscale: #717171. Windows color (decimal): -311792 or 1064699. OLE color: 1064699.

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

Color convert

RGB 251 62 16 -
CMYK 0 0.75 0.94 0.02
HSL 11.74º 0.97% 0.52% -
HSV(B) 11.74º 0.94% 0.98% -
XYZ 41.6 23.99 2.93 -
YUV 113.27 73.12 226.24 -
System Red Green Blue C M Y K H S L
Decimal 251 62 16 0 0.75 0.94 0.02 11.74 0.97 0.52
Hex FB 3E 10 0 4B 5E 2 C 61 34
Octal 373 76 20 0 113 136 2 14 141 64
Binary 11111011 111110 10000 0 1001011 1011110 10 1100 1100001 110100

Color Harmonies of #FB3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3E10

Black with #FB3E10

Text Example


Text Example

White with #FB3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3E10; }

 p { color: rgb(251,62,16); }

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

background-color css

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

 a { background-color: rgb(251,62,16); }

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

border-color css

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

 span { border-color: rgb(251,62,16); }

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