Html Css Color HEX #FDA150 Sunshade

📋 copy color: '#FDA150'

red 253 ◦ green 161 ◦ blue 80

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

Shades of Sunshade #FDA150

Tints of Sunshade #FDA150

RGB

 RED value IS 253 (99.22% from 255) = 51.21%

 GREEN value IS 161 (63.28% from 255) = 32.59%

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

R = 51.21%
G = 32.59%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA150 (or 0xFDA150) is known color: Sunshade. HEX triplet: FD, A1 and 50. RGB value is (253,161,80). Sum of RGB (Red+Green+Blue) = 253+161+80=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA150 is #025EAF. Grayscale: #B3B3B3. Windows color (decimal): -155312 or 5284349. OLE color: 5284349.

HSL color Cylindrical-coordinate representation of color #FDA150: hue angle of 28.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDA150 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 80 -
CMYK 0 0.36 0.68 0.01
HSL 28.09º 0.98% 0.65% -
HSV(B) 28.09º 0.68% 0.99% -
XYZ 54.7 46.95 13.77 -
YUV 179.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 253 161 80 0 0.36 0.68 0.01 28.09 0.98 0.65
Hex FD A1 50 0 24 44 1 1C 62 41
Octal 375 241 120 0 44 104 1 34 142 101
Binary 11111101 10100001 1010000 0 100100 1000100 1 11100 1100010 1000001

Color Harmonies of #FDA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA150

Black with #FDA150

Text Example


Text Example

White with #FDA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA150; }

 p { color: rgb(253,161,80); }

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

background-color css

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

 a { background-color: rgb(253,161,80); }

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

border-color css

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

 span { border-color: rgb(253,161,80); }

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