Html Css Color HEX #FDB04B My Sin

📋 copy color: '#FDB04B'

red 253 ◦ green 176 ◦ blue 75

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

Shades of My Sin #FDB04B

Tints of My Sin #FDB04B

RGB

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

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

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

R = 50.2%
G = 34.92%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDB04B (or 0xFDB04B) is known color: My Sin. HEX triplet: FD, B0 and 4B. RGB value is (253,176,75). Sum of RGB (Red+Green+Blue) = 253+176+75=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB04B is #024FB4. Grayscale: #BBBBBB. Windows color (decimal): -151477 or 4960509. OLE color: 4960509.

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

Color convert

RGB 253 176 75 -
CMYK 0 0.30 0.70 0.01
HSL 34.04º 0.98% 0.64% -
HSV(B) 34.04º 0.7% 0.99% -
XYZ 57.3 52.44 13.76 -
YUV 187.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 253 176 75 0 0.30 0.70 0.01 34.04 0.98 0.64
Hex FD B0 4B 0 1E 46 1 22 62 40
Octal 375 260 113 0 36 106 1 42 142 100
Binary 11111101 10110000 1001011 0 11110 1000110 1 100010 1100010 1000000

Color Harmonies of #FDB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB04B

Black with #FDB04B

Text Example


Text Example

White with #FDB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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