Html Css Color HEX #FDA64F Sunshade

📋 copy color: '#FDA64F'

red 253 ◦ green 166 ◦ blue 79

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

Shades of Sunshade #FDA64F

Tints of Sunshade #FDA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 15.86%

R = 50.8%
G = 33.33%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDA64F (or 0xFDA64F) is known color: Sunshade. HEX triplet: FD, A6 and 4F. RGB value is (253,166,79). Sum of RGB (Red+Green+Blue) = 253+166+79=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA64F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA64F is #0259B0. Grayscale: #B6B6B6. Windows color (decimal): -154033 or 5220093. OLE color: 5220093.

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

Color convert

RGB 253 166 79 -
CMYK 0 0.34 0.69 0.01
HSL 30º 0.98% 0.65% -
HSV(B) 30º 0.69% 0.99% -
XYZ 55.56 48.72 13.87 -
YUV 182.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 253 166 79 0 0.34 0.69 0.01 30 0.98 0.65
Hex FD A6 4F 0 22 45 1 1E 62 41
Octal 375 246 117 0 42 105 1 36 142 101
Binary 11111101 10100110 1001111 0 100010 1000101 1 11110 1100010 1000001

Color Harmonies of #FDA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA64F

Black with #FDA64F

Text Example


Text Example

White with #FDA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA64F; }

 p { color: rgb(253,166,79); }

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

background-color css

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

 a { background-color: rgb(253,166,79); }

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

border-color css

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

 span { border-color: rgb(253,166,79); }

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