Html Css Color HEX #FDB372 Tacao

📋 copy color: '#FDB372'

red 253 ◦ green 179 ◦ blue 114

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

Shades of Tacao #FDB372

Tints of Tacao #FDB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.78%

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 46.34%
G = 32.78%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDB372 (or 0xFDB372) is known color: Tacao. HEX triplet: FD, B3 and 72. RGB value is (253,179,114). Sum of RGB (Red+Green+Blue) = 253+179+114=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB372 is #024C8D. Grayscale: #C2C2C2. Windows color (decimal): -150670 or 7517181. OLE color: 7517181.

HSL color Cylindrical-coordinate representation of color #FDB372: hue angle of 28.06º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDB372 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 114 -
CMYK 0 0.29 0.55 0.01
HSL 28.06º 0.97% 0.72% -
HSV(B) 28.06º 0.55% 0.99% -
XYZ 59.67 54.34 23.26 -
YUV 193.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 253 179 114 0 0.29 0.55 0.01 28.06 0.97 0.72
Hex FD B3 72 0 1D 37 1 1C 61 48
Octal 375 263 162 0 35 67 1 34 141 110
Binary 11111101 10110011 1110010 0 11101 110111 1 11100 1100001 1001000

Color Harmonies of #FDB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB372

Black with #FDB372

Text Example


Text Example

White with #FDB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB372; }

 p { color: rgb(253,179,114); }

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

background-color css

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

 a { background-color: rgb(253,179,114); }

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

border-color css

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

 span { border-color: rgb(253,179,114); }

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