Html Css Color HEX #FB3500 Orange Red

📋 copy color: '#FB3500'

red 251 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #FB3500

Tints of Orange Red #FB3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.57%
G = 17.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB3500 (or 0xFB3500) is known color: Orange Red. HEX triplet: FB, 35 and 00. RGB value is (251,53,0). Sum of RGB (Red+Green+Blue) = 251+53+0=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3500 is #04CAFF. Grayscale: #6A6A6A. Windows color (decimal): -314112 or 13819. OLE color: 13819.

HSL color Cylindrical-coordinate representation of color #FB3500: hue angle of 12.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 53 0 -
CMYK 0 0.79 1 0.02
HSL 12.67º 1% 0.49% -
HSV(B) 12.67º 1% 0.98% -
XYZ 41.06 23.06 2.29 -
YUV 106.16 68.1 231.31 -
System Red Green Blue C M Y K H S L
Decimal 251 53 0 0 0.79 1 0.02 12.67 1 0.49
Hex FB 35 0 0 4F 64 2 D 64 31
Octal 373 65 0 0 117 144 2 15 144 61
Binary 11111011 110101 0 0 1001111 1100100 10 1101 1100100 110001

Color Harmonies of #FB3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3500

Black with #FB3500

Text Example


Text Example

White with #FB3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3500; }

 p { color: rgb(251,53,0); }

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

background-color css

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

 a { background-color: rgb(251,53,0); }

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

border-color css

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

 span { border-color: rgb(251,53,0); }

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