Html Css Color HEX #FF5A1D Outrageous Orange

📋 copy color: '#FF5A1D'

red 255 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #FF5A1D

Tints of Outrageous Orange #FF5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 68.18%
G = 24.06%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF5A1D (or 0xFF5A1D) is known color: Outrageous Orange. HEX triplet: FF, 5A and 1D. RGB value is (255,90,29). Sum of RGB (Red+Green+Blue) = 255+90+29=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1D is #00A5E2. Grayscale: #848484. Windows color (decimal): -42467 or 1923839. OLE color: 1923839.

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

Color convert

RGB 255 90 29 -
CMYK 0 0.65 0.89 0
HSL 16.19º 1% 0.56% -
HSV(B) 16.19º 0.89% 1% -
XYZ 45.12 28.66 4.32 -
YUV 132.38 69.66 215.46 -
System Red Green Blue C M Y K H S L
Decimal 255 90 29 0 0.65 0.89 0 16.19 1 0.56
Hex FF 5A 1D 0 41 59 0 10 64 38
Octal 377 132 35 0 101 131 0 20 144 70
Binary 11111111 1011010 11101 0 1000001 1011001 0 10000 1100100 111000

Color Harmonies of #FF5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A1D

Black with #FF5A1D

Text Example


Text Example

White with #FF5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A1D; }

 p { color: rgb(255,90,29); }

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

background-color css

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

 a { background-color: rgb(255,90,29); }

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

border-color css

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

 span { border-color: rgb(255,90,29); }

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