Html Css Color HEX #FDA246 Sunshade

📋 copy color: '#FDA246'

red 253 ◦ green 162 ◦ blue 70

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

Shades of Sunshade #FDA246

Tints of Sunshade #FDA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 52.16%
G = 33.4%
B = 14.43%

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

#FDA246 (or 0xFDA246) is known color: Sunshade. HEX triplet: FD, A2 and 46. RGB value is (253,162,70). Sum of RGB (Red+Green+Blue) = 253+162+70=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA246 is #025DB9. Grayscale: #B3B3B3. Windows color (decimal): -155066 or 4629245. OLE color: 4629245.

HSL color Cylindrical-coordinate representation of color #FDA246: hue angle of 30.16º 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 #FDA246 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 70 -
CMYK 0 0.36 0.72 0.01
HSL 30.16º 0.98% 0.63% -
HSV(B) 30.16º 0.72% 0.99% -
XYZ 54.53 47.17 12.02 -
YUV 178.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 253 162 70 0 0.36 0.72 0.01 30.16 0.98 0.63
Hex FD A2 46 0 24 48 1 1E 62 3F
Octal 375 242 106 0 44 110 1 36 142 77
Binary 11111101 10100010 1000110 0 100100 1001000 1 11110 1100010 111111

Color Harmonies of #FDA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA246

Black with #FDA246

Text Example


Text Example

White with #FDA246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA246; }

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

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

background-color css

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

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

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

border-color css

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

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

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