Html Css Color HEX #FF5F28 Outrageous Orange

📋 copy color: '#FF5F28'

red 255 ◦ green 95 ◦ blue 40

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

Shades of Outrageous Orange #FF5F28

Tints of Outrageous Orange #FF5F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.36%

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

R = 65.38%
G = 24.36%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5F28 (or 0xFF5F28) is known color: Outrageous Orange. HEX triplet: FF, 5F and 28. RGB value is (255,95,40). Sum of RGB (Red+Green+Blue) = 255+95+40=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F28 is #00A0D7. Grayscale: #888888. Windows color (decimal): -41176 or 2646015. OLE color: 2646015.

HSL color Cylindrical-coordinate representation of color #FF5F28: hue angle of 15.35º 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 #FF5F28 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 40 -
CMYK 0 0.63 0.84 0
HSL 15.35º 1% 0.58% -
HSV(B) 15.35º 0.84% 1% -
XYZ 45.72 29.6 5.31 -
YUV 136.57 73.51 212.47 -
System Red Green Blue C M Y K H S L
Decimal 255 95 40 0 0.63 0.84 0 15.35 1 0.58
Hex FF 5F 28 0 3F 54 0 F 64 3A
Octal 377 137 50 0 77 124 0 17 144 72
Binary 11111111 1011111 101000 0 111111 1010100 0 1111 1100100 111010

Color Harmonies of #FF5F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F28

Black with #FF5F28

Text Example


Text Example

White with #FF5F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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