Html Css Color HEX #FF5228 Outrageous Orange

📋 copy color: '#FF5228'

red 255 ◦ green 82 ◦ blue 40

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

Shades of Outrageous Orange #FF5228

Tints of Outrageous Orange #FF5228

RGB

 RED value IS 255 (100% from 255) = 67.64%

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 67.64%
G = 21.75%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5228 (or 0xFF5228) is known color: Outrageous Orange. HEX triplet: FF, 52 and 28. RGB value is (255,82,40). Sum of RGB (Red+Green+Blue) = 255+82+40=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5228 is #00ADD7. Grayscale: #818181. Windows color (decimal): -44504 or 2642687. OLE color: 2642687.

HSL color Cylindrical-coordinate representation of color #FF5228: hue angle of 11.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5228 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 40 -
CMYK 0 0.68 0.84 0
HSL 11.72º 1% 0.58% -
HSV(B) 11.72º 0.84% 1% -
XYZ 44.64 27.45 4.95 -
YUV 128.94 77.81 217.92 -
System Red Green Blue C M Y K H S L
Decimal 255 82 40 0 0.68 0.84 0 11.72 1 0.58
Hex FF 52 28 0 44 54 0 C 64 3A
Octal 377 122 50 0 104 124 0 14 144 72
Binary 11111111 1010010 101000 0 1000100 1010100 0 1100 1100100 111010

Color Harmonies of #FF5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5228

Black with #FF5228

Text Example


Text Example

White with #FF5228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5228; }

 p { color: rgb(255,82,40); }

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

background-color css

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

 a { background-color: rgb(255,82,40); }

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

border-color css

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

 span { border-color: rgb(255,82,40); }

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