Html Css Color HEX #FDB272 Tacao

📋 copy color: '#FDB272'

red 253 ◦ green 178 ◦ blue 114

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

Shades of Tacao #FDB272

Tints of Tacao #FDB272

RGB

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

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

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

R = 46.42%
G = 32.66%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDB272 (or 0xFDB272) is known color: Tacao. HEX triplet: FD, B2 and 72. RGB value is (253,178,114). Sum of RGB (Red+Green+Blue) = 253+178+114=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB272 is #024D8D. Grayscale: #C1C1C1. Windows color (decimal): -150926 or 7516925. OLE color: 7516925.

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

Color convert

RGB 253 178 114 -
CMYK 0 0.30 0.55 0.01
HSL 27.63º 0.97% 0.72% -
HSV(B) 27.63º 0.55% 0.99% -
XYZ 59.47 53.94 23.2 -
YUV 193.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 253 178 114 0 0.30 0.55 0.01 27.63 0.97 0.72
Hex FD B2 72 0 1E 37 1 1C 61 48
Octal 375 262 162 0 36 67 1 34 141 110
Binary 11111101 10110010 1110010 0 11110 110111 1 11100 1100001 1001000

Color Harmonies of #FDB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB272

Black with #FDB272

Text Example


Text Example

White with #FDB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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