Html Css Color HEX #FDB04A My Sin

📋 copy color: '#FDB04A'

red 253 ◦ green 176 ◦ blue 74

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

Shades of My Sin #FDB04A

Tints of My Sin #FDB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 50.3%
G = 34.99%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDB04A (or 0xFDB04A) is known color: My Sin. HEX triplet: FD, B0 and 4A. RGB value is (253,176,74). Sum of RGB (Red+Green+Blue) = 253+176+74=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB04A is #024FB5. Grayscale: #BBBBBB. Windows color (decimal): -151478 or 4894973. OLE color: 4894973.

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

Color convert

RGB 253 176 74 -
CMYK 0 0.30 0.71 0.01
HSL 34.19º 0.98% 0.64% -
HSV(B) 34.19º 0.71% 0.99% -
XYZ 57.27 52.43 13.58 -
YUV 187.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 253 176 74 0 0.30 0.71 0.01 34.19 0.98 0.64
Hex FD B0 4A 0 1E 47 1 22 62 40
Octal 375 260 112 0 36 107 1 42 142 100
Binary 11111101 10110000 1001010 0 11110 1000111 1 100010 1100010 1000000

Color Harmonies of #FDB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB04A

Black with #FDB04A

Text Example


Text Example

White with #FDB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB04A; }

 p { color: rgb(253,176,74); }

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

background-color css

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

 a { background-color: rgb(253,176,74); }

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

border-color css

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

 span { border-color: rgb(253,176,74); }

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