Html Css Color HEX #FB6225 Outrageous Orange

📋 copy color: '#FB6225'

red 251 ◦ green 98 ◦ blue 37

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

Shades of Outrageous Orange #FB6225

Tints of Outrageous Orange #FB6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 65.03%
G = 25.39%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB6225 (or 0xFB6225) is known color: Outrageous Orange. HEX triplet: FB, 62 and 25. RGB value is (251,98,37). Sum of RGB (Red+Green+Blue) = 251+98+37=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6225 is #049DDA. Grayscale: #898989. Windows color (decimal): -302555 or 2450171. OLE color: 2450171.

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

Color convert

RGB 251 98 37 -
CMYK 0 0.61 0.85 0.02
HSL 17.1º 0.96% 0.56% -
HSV(B) 17.1º 0.85% 0.98% -
XYZ 44.49 29.38 5.08 -
YUV 136.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 251 98 37 0 0.61 0.85 0.02 17.1 0.96 0.56
Hex FB 62 25 0 3D 55 2 11 60 38
Octal 373 142 45 0 75 125 2 21 140 70
Binary 11111011 1100010 100101 0 111101 1010101 10 10001 1100000 111000

Color Harmonies of #FB6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6225

Black with #FB6225

Text Example


Text Example

White with #FB6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6225; }

 p { color: rgb(251,98,37); }

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

background-color css

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

 a { background-color: rgb(251,98,37); }

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

border-color css

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

 span { border-color: rgb(251,98,37); }

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