Html Css Color HEX #FF5428 Outrageous Orange

📋 copy color: '#FF5428'

red 255 ◦ green 84 ◦ blue 40

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

Shades of Outrageous Orange #FF5428

Tints of Outrageous Orange #FF5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 67.28%
G = 22.16%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5428 (or 0xFF5428) is known color: Outrageous Orange. HEX triplet: FF, 54 and 28. RGB value is (255,84,40). Sum of RGB (Red+Green+Blue) = 255+84+40=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5428 is #00ABD7. Grayscale: #828282. Windows color (decimal): -43992 or 2643199. OLE color: 2643199.

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

Color convert

RGB 255 84 40 -
CMYK 0 0.67 0.84 0
HSL 12.28º 1% 0.58% -
HSV(B) 12.28º 0.84% 1% -
XYZ 44.79 27.75 5 -
YUV 130.11 77.15 217.08 -
System Red Green Blue C M Y K H S L
Decimal 255 84 40 0 0.67 0.84 0 12.28 1 0.58
Hex FF 54 28 0 43 54 0 C 64 3A
Octal 377 124 50 0 103 124 0 14 144 72
Binary 11111111 1010100 101000 0 1000011 1010100 0 1100 1100100 111010

Color Harmonies of #FF5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5428

Black with #FF5428

Text Example


Text Example

White with #FF5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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