Html Css Color HEX #FDA146 Sunshade

📋 copy color: '#FDA146'

red 253 ◦ green 161 ◦ blue 70

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

Shades of Sunshade #FDA146

Tints of Sunshade #FDA146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 52.27%
G = 33.26%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA146 (or 0xFDA146) is known color: Sunshade. HEX triplet: FD, A1 and 46. RGB value is (253,161,70). Sum of RGB (Red+Green+Blue) = 253+161+70=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA146 is #025EB9. Grayscale: #B2B2B2. Windows color (decimal): -155322 or 4628989. OLE color: 4628989.

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

Color convert

RGB 253 161 70 -
CMYK 0 0.36 0.72 0.01
HSL 29.84º 0.98% 0.63% -
HSV(B) 29.84º 0.72% 0.99% -
XYZ 54.36 46.81 11.97 -
YUV 178.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 253 161 70 0 0.36 0.72 0.01 29.84 0.98 0.63
Hex FD A1 46 0 24 48 1 1E 62 3F
Octal 375 241 106 0 44 110 1 36 142 77
Binary 11111101 10100001 1000110 0 100100 1001000 1 11110 1100010 111111

Color Harmonies of #FDA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA146

Black with #FDA146

Text Example


Text Example

White with #FDA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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