Html Css Color HEX #FDB24B My Sin

📋 copy color: '#FDB24B'

red 253 ◦ green 178 ◦ blue 75

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

Shades of My Sin #FDB24B

Tints of My Sin #FDB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 50%
G = 35.18%
B = 14.82%

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

#FDB24B (or 0xFDB24B) is known color: My Sin. HEX triplet: FD, B2 and 4B. RGB value is (253,178,75). Sum of RGB (Red+Green+Blue) = 253+178+75=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB24B is #024DB4. Grayscale: #BDBDBD. Windows color (decimal): -150965 or 4961021. OLE color: 4961021.

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

Color convert

RGB 253 178 75 -
CMYK 0 0.30 0.70 0.01
HSL 34.72º 0.98% 0.64% -
HSV(B) 34.72º 0.7% 0.99% -
XYZ 57.7 53.23 13.89 -
YUV 188.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 253 178 75 0 0.30 0.70 0.01 34.72 0.98 0.64
Hex FD B2 4B 0 1E 46 1 23 62 40
Octal 375 262 113 0 36 106 1 43 142 100
Binary 11111101 10110010 1001011 0 11110 1000110 1 100011 1100010 1000000

Color Harmonies of #FDB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB24B

Black with #FDB24B

Text Example


Text Example

White with #FDB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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