Html Css Color HEX #FB3730 Red Orange

📋 copy color: '#FB3730'

red 251 ◦ green 55 ◦ blue 48

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

Shades of Red Orange #FB3730

Tints of Red Orange #FB3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 70.9%
G = 15.54%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB3730 (or 0xFB3730) is known color: Red Orange. HEX triplet: FB, 37 and 30. RGB value is (251,55,48). Sum of RGB (Red+Green+Blue) = 251+55+48=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3730 is #04C8CF. Grayscale: #717171. Windows color (decimal): -313552 or 3160059. OLE color: 3160059.

HSL color Cylindrical-coordinate representation of color #FB3730: hue angle of 2.07º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB3730 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 48 -
CMYK 0 0.78 0.81 0.02
HSL 2.07º 0.96% 0.59% -
HSV(B) 2.07º 0.81% 0.98% -
XYZ 41.68 23.46 5.13 -
YUV 112.81 91.43 226.57 -
System Red Green Blue C M Y K H S L
Decimal 251 55 48 0 0.78 0.81 0.02 2.07 0.96 0.59
Hex FB 37 30 0 4E 51 2 2 60 3B
Octal 373 67 60 0 116 121 2 2 140 73
Binary 11111011 110111 110000 0 1001110 1010001 10 10 1100000 111011

Color Harmonies of #FB3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3730

Black with #FB3730

Text Example


Text Example

White with #FB3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3730; }

 p { color: rgb(251,55,48); }

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

background-color css

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

 a { background-color: rgb(251,55,48); }

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

border-color css

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

 span { border-color: rgb(251,55,48); }

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