Html Css Color HEX #FB5630 Outrageous Orange

📋 copy color: '#FB5630'

red 251 ◦ green 86 ◦ blue 48

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

Shades of Outrageous Orange #FB5630

Tints of Outrageous Orange #FB5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 65.19%
G = 22.34%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5630 (or 0xFB5630) is known color: Outrageous Orange. HEX triplet: FB, 56 and 30. RGB value is (251,86,48). Sum of RGB (Red+Green+Blue) = 251+86+48=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5630 is #04A9CF. Grayscale: #838383. Windows color (decimal): -305616 or 3167995. OLE color: 3167995.

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

Color convert

RGB 251 86 48 -
CMYK 0 0.66 0.81 0.02
HSL 11.23º 0.96% 0.59% -
HSV(B) 11.23º 0.81% 0.98% -
XYZ 43.64 27.38 5.78 -
YUV 131 81.16 213.59 -
System Red Green Blue C M Y K H S L
Decimal 251 86 48 0 0.66 0.81 0.02 11.23 0.96 0.59
Hex FB 56 30 0 42 51 2 B 60 3B
Octal 373 126 60 0 102 121 2 13 140 73
Binary 11111011 1010110 110000 0 1000010 1010001 10 1011 1100000 111011

Color Harmonies of #FB5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5630

Black with #FB5630

Text Example


Text Example

White with #FB5630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5630; }

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

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

background-color css

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

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

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

border-color css

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

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

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