Html Css Color HEX #FB5229 Outrageous Orange

📋 copy color: '#FB5229'

red 251 ◦ green 82 ◦ blue 41

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

Shades of Outrageous Orange #FB5229

Tints of Outrageous Orange #FB5229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 67.11%
G = 21.93%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB5229 (or 0xFB5229) is known color: Outrageous Orange. HEX triplet: FB, 52 and 29. RGB value is (251,82,41). Sum of RGB (Red+Green+Blue) = 251+82+41=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5229 is #04ADD6. Grayscale: #808080. Windows color (decimal): -306647 or 2708219. OLE color: 2708219.

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

Color convert

RGB 251 82 41 -
CMYK 0 0.67 0.84 0.02
HSL 11.71º 0.96% 0.57% -
HSV(B) 11.71º 0.84% 0.98% -
XYZ 43.2 26.7 4.98 -
YUV 127.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 251 82 41 0 0.67 0.84 0.02 11.71 0.96 0.57
Hex FB 52 29 0 43 54 2 C 60 39
Octal 373 122 51 0 103 124 2 14 140 71
Binary 11111011 1010010 101001 0 1000011 1010100 10 1100 1100000 111001

Color Harmonies of #FB5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5229

Black with #FB5229

Text Example


Text Example

White with #FB5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5229; }

 p { color: rgb(251,82,41); }

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

background-color css

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

 a { background-color: rgb(251,82,41); }

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

border-color css

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

 span { border-color: rgb(251,82,41); }

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