Html Css Color HEX #FFA450 Sunshade

📋 copy color: '#FFA450'

red 255 ◦ green 164 ◦ blue 80

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

Shades of Sunshade #FFA450

Tints of Sunshade #FFA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 51.1%
G = 32.87%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFA450 (or 0xFFA450) is known color: Sunshade. HEX triplet: FF, A4 and 50. RGB value is (255,164,80). Sum of RGB (Red+Green+Blue) = 255+164+80=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA450 is #005BAF. Grayscale: #B6B6B6. Windows color (decimal): -23472 or 5285119. OLE color: 5285119.

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

Color convert

RGB 255 164 80 -
CMYK 0 0.36 0.69 0
HSL 28.8º 1% 0.66% -
HSV(B) 28.8º 0.69% 1% -
XYZ 55.96 48.39 13.98 -
YUV 181.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 255 164 80 0 0.36 0.69 0 28.8 1 0.66
Hex FF A4 50 0 24 45 0 1D 64 42
Octal 377 244 120 0 44 105 0 35 144 102
Binary 11111111 10100100 1010000 0 100100 1000101 0 11101 1100100 1000010

Color Harmonies of #FFA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA450

Black with #FFA450

Text Example


Text Example

White with #FFA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA450; }

 p { color: rgb(255,164,80); }

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

background-color css

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

 a { background-color: rgb(255,164,80); }

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

border-color css

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

 span { border-color: rgb(255,164,80); }

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