Html Css Color HEX #FB6330 Outrageous Orange

📋 copy color: '#FB6330'

red 251 ◦ green 99 ◦ blue 48

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

Shades of Outrageous Orange #FB6330

Tints of Outrageous Orange #FB6330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 63.07%
G = 24.87%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB6330 (or 0xFB6330) is known color: Outrageous Orange. HEX triplet: FB, 63 and 30. RGB value is (251,99,48). Sum of RGB (Red+Green+Blue) = 251+99+48=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6330 is #049CCF. Grayscale: #8A8A8A. Windows color (decimal): -302288 or 3171323. OLE color: 3171323.

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

Color convert

RGB 251 99 48 -
CMYK 0 0.61 0.81 0.02
HSL 15.07º 0.96% 0.59% -
HSV(B) 15.07º 0.81% 0.98% -
XYZ 44.78 29.65 6.16 -
YUV 138.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 251 99 48 0 0.61 0.81 0.02 15.07 0.96 0.59
Hex FB 63 30 0 3D 51 2 F 60 3B
Octal 373 143 60 0 75 121 2 17 140 73
Binary 11111011 1100011 110000 0 111101 1010001 10 1111 1100000 111011

Color Harmonies of #FB6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6330

Black with #FB6330

Text Example


Text Example

White with #FB6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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