Html Css Color HEX #FDB07F Tacao

📋 copy color: '#FDB07F'

red 253 ◦ green 176 ◦ blue 127

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

Shades of Tacao #FDB07F

Tints of Tacao #FDB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.84%

R = 45.5%
G = 31.65%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDB07F (or 0xFDB07F) is known color: Tacao. HEX triplet: FD, B0 and 7F. RGB value is (253,176,127). Sum of RGB (Red+Green+Blue) = 253+176+127=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB07F is #024F80. Grayscale: #C1C1C1. Windows color (decimal): -151425 or 8368381. OLE color: 8368381.

HSL color Cylindrical-coordinate representation of color #FDB07F: hue angle of 23.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDB07F is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 176 127 -
CMYK 0 0.30 0.50 0.01
HSL 23.33º 0.97% 0.75% -
HSV(B) 23.33º 0.5% 0.99% -
XYZ 59.86 53.47 27.24 -
YUV 193.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 253 176 127 0 0.30 0.50 0.01 23.33 0.97 0.75
Hex FD B0 7F 0 1E 32 1 17 61 4B
Octal 375 260 177 0 36 62 1 27 141 113
Binary 11111101 10110000 1111111 0 11110 110010 1 10111 1100001 1001011

Color Harmonies of #FDB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB07F

Black with #FDB07F

Text Example


Text Example

White with #FDB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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