Html Css Color HEX #FDA248 Sunshade

📋 copy color: '#FDA248'

red 253 ◦ green 162 ◦ blue 72

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

Shades of Sunshade #FDA248

Tints of Sunshade #FDA248

RGB

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

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

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

R = 51.95%
G = 33.26%
B = 14.78%

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

#FDA248 (or 0xFDA248) is known color: Sunshade. HEX triplet: FD, A2 and 48. RGB value is (253,162,72). Sum of RGB (Red+Green+Blue) = 253+162+72=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA248 is #025DB7. Grayscale: #B3B3B3. Windows color (decimal): -155064 or 4760317. OLE color: 4760317.

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

Color convert

RGB 253 162 72 -
CMYK 0 0.36 0.72 0.01
HSL 29.83º 0.98% 0.64% -
HSV(B) 29.83º 0.72% 0.99% -
XYZ 54.6 47.19 12.36 -
YUV 178.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 253 162 72 0 0.36 0.72 0.01 29.83 0.98 0.64
Hex FD A2 48 0 24 48 1 1E 62 40
Octal 375 242 110 0 44 110 1 36 142 100
Binary 11111101 10100010 1001000 0 100100 1001000 1 11110 1100010 1000000

Color Harmonies of #FDA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA248

Black with #FDA248

Text Example


Text Example

White with #FDA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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