Html Css Color HEX #FDA84B My Sin

📋 copy color: '#FDA84B'

red 253 ◦ green 168 ◦ blue 75

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

Shades of My Sin #FDA84B

Tints of My Sin #FDA84B

RGB

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

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

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

R = 51.01%
G = 33.87%
B = 15.12%

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

#FDA84B (or 0xFDA84B) is known color: My Sin. HEX triplet: FD, A8 and 4B. RGB value is (253,168,75). Sum of RGB (Red+Green+Blue) = 253+168+75=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA84B is #0257B4. Grayscale: #B7B7B7. Windows color (decimal): -153525 or 4958461. OLE color: 4958461.

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

Color convert

RGB 253 168 75 -
CMYK 0 0.34 0.70 0.01
HSL 31.35º 0.98% 0.64% -
HSV(B) 31.35º 0.7% 0.99% -
XYZ 55.78 49.4 13.25 -
YUV 182.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 253 168 75 0 0.34 0.70 0.01 31.35 0.98 0.64
Hex FD A8 4B 0 22 46 1 1F 62 40
Octal 375 250 113 0 42 106 1 37 142 100
Binary 11111101 10101000 1001011 0 100010 1000110 1 11111 1100010 1000000

Color Harmonies of #FDA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA84B

Black with #FDA84B

Text Example


Text Example

White with #FDA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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