Html Css Color HEX #FB7330 Burnt Orange

📋 copy color: '#FB7330'

red 251 ◦ green 115 ◦ blue 48

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

Shades of Burnt Orange #FB7330

Tints of Burnt Orange #FB7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 60.63%
G = 27.78%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB7330 (or 0xFB7330) is known color: Burnt Orange. HEX triplet: FB, 73 and 30. RGB value is (251,115,48). Sum of RGB (Red+Green+Blue) = 251+115+48=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7330 is #048CCF. Grayscale: #949494. Windows color (decimal): -298192 or 3175419. OLE color: 3175419.

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

Color convert

RGB 251 115 48 -
CMYK 0 0.54 0.81 0.02
HSL 19.8º 0.96% 0.59% -
HSV(B) 19.8º 0.81% 0.98% -
XYZ 46.45 32.98 6.71 -
YUV 148.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 251 115 48 0 0.54 0.81 0.02 19.8 0.96 0.59
Hex FB 73 30 0 36 51 2 14 60 3B
Octal 373 163 60 0 66 121 2 24 140 73
Binary 11111011 1110011 110000 0 110110 1010001 10 10100 1100000 111011

Color Harmonies of #FB7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7330

Black with #FB7330

Text Example


Text Example

White with #FB7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7330; }

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

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

background-color css

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

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

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

border-color css

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

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

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