Html Css Color HEX #FDA64B Sunshade

📋 copy color: '#FDA64B'

red 253 ◦ green 166 ◦ blue 75

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

Shades of Sunshade #FDA64B

Tints of Sunshade #FDA64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.18%

R = 51.21%
G = 33.6%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDA64B (or 0xFDA64B) is known color: Sunshade. HEX triplet: FD, A6 and 4B. RGB value is (253,166,75). Sum of RGB (Red+Green+Blue) = 253+166+75=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA64B is #0259B4. Grayscale: #B6B6B6. Windows color (decimal): -154037 or 4957949. OLE color: 4957949.

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

Color convert

RGB 253 166 75 -
CMYK 0 0.34 0.70 0.01
HSL 30.67º 0.98% 0.64% -
HSV(B) 30.67º 0.7% 0.99% -
XYZ 55.41 48.66 13.13 -
YUV 181.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 253 166 75 0 0.34 0.70 0.01 30.67 0.98 0.64
Hex FD A6 4B 0 22 46 1 1F 62 40
Octal 375 246 113 0 42 106 1 37 142 100
Binary 11111101 10100110 1001011 0 100010 1000110 1 11111 1100010 1000000

Color Harmonies of #FDA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA64B

Black with #FDA64B

Text Example


Text Example

White with #FDA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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