Html Css Color HEX #FDA148 Sunshade

📋 copy color: '#FDA148'

red 253 ◦ green 161 ◦ blue 72

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

Shades of Sunshade #FDA148

Tints of Sunshade #FDA148

RGB

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

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

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

R = 52.06%
G = 33.13%
B = 14.81%

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

#FDA148 (or 0xFDA148) is known color: Sunshade. HEX triplet: FD, A1 and 48. RGB value is (253,161,72). Sum of RGB (Red+Green+Blue) = 253+161+72=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA148 is #025EB7. Grayscale: #B2B2B2. Windows color (decimal): -155320 or 4760061. OLE color: 4760061.

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

Color convert

RGB 253 161 72 -
CMYK 0 0.36 0.72 0.01
HSL 29.5º 0.98% 0.64% -
HSV(B) 29.5º 0.72% 0.99% -
XYZ 54.42 46.84 12.3 -
YUV 178.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 253 161 72 0 0.36 0.72 0.01 29.5 0.98 0.64
Hex FD A1 48 0 24 48 1 1E 62 40
Octal 375 241 110 0 44 110 1 36 142 100
Binary 11111101 10100001 1001000 0 100100 1001000 1 11110 1100010 1000000

Color Harmonies of #FDA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA148

Black with #FDA148

Text Example


Text Example

White with #FDA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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