Html Css Color HEX #FDA348 Sunshade

📋 copy color: '#FDA348'

red 253 ◦ green 163 ◦ blue 72

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

Shades of Sunshade #FDA348

Tints of Sunshade #FDA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 72 (28.52% from 255) = 14.75%

R = 51.84%
G = 33.4%
B = 14.75%

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

#FDA348 (or 0xFDA348) is known color: Sunshade. HEX triplet: FD, A3 and 48. RGB value is (253,163,72). Sum of RGB (Red+Green+Blue) = 253+163+72=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA348 is #025CB7. Grayscale: #B3B3B3. Windows color (decimal): -154808 or 4760573. OLE color: 4760573.

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

Color convert

RGB 253 163 72 -
CMYK 0 0.36 0.72 0.01
HSL 30.17º 0.98% 0.64% -
HSV(B) 30.17º 0.72% 0.99% -
XYZ 54.77 47.54 12.42 -
YUV 179.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 253 163 72 0 0.36 0.72 0.01 30.17 0.98 0.64
Hex FD A3 48 0 24 48 1 1E 62 40
Octal 375 243 110 0 44 110 1 36 142 100
Binary 11111101 10100011 1001000 0 100100 1001000 1 11110 1100010 1000000

Color Harmonies of #FDA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA348

Black with #FDA348

Text Example


Text Example

White with #FDA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA348; }

 p { color: rgb(253,163,72); }

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

background-color css

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

 a { background-color: rgb(253,163,72); }

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

border-color css

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

 span { border-color: rgb(253,163,72); }

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