Html Css Color HEX #FDA848 My Sin

📋 copy color: '#FDA848'

red 253 ◦ green 168 ◦ blue 72

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

Shades of My Sin #FDA848

Tints of My Sin #FDA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

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

R = 51.32%
G = 34.08%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA848 (or 0xFDA848) is known color: My Sin. HEX triplet: FD, A8 and 48. RGB value is (253,168,72). Sum of RGB (Red+Green+Blue) = 253+168+72=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA848 is #0257B7. Grayscale: #B6B6B6. Windows color (decimal): -153528 or 4761853. OLE color: 4761853.

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

Color convert

RGB 253 168 72 -
CMYK 0 0.34 0.72 0.01
HSL 31.82º 0.98% 0.64% -
HSV(B) 31.82º 0.72% 0.99% -
XYZ 55.68 49.36 12.72 -
YUV 182.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 253 168 72 0 0.34 0.72 0.01 31.82 0.98 0.64
Hex FD A8 48 0 22 48 1 20 62 40
Octal 375 250 110 0 42 110 1 40 142 100
Binary 11111101 10101000 1001000 0 100010 1001000 1 100000 1100010 1000000

Color Harmonies of #FDA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA848

Black with #FDA848

Text Example


Text Example

White with #FDA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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