Html Css Color HEX #FDB07B Tacao

📋 copy color: '#FDB07B'

red 253 ◦ green 176 ◦ blue 123

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

Shades of Tacao #FDB07B

Tints of Tacao #FDB07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.28%

R = 45.83%
G = 31.88%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDB07B (or 0xFDB07B) is known color: Tacao. HEX triplet: FD, B0 and 7B. RGB value is (253,176,123). Sum of RGB (Red+Green+Blue) = 253+176+123=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB07B is #024F84. Grayscale: #C1C1C1. Windows color (decimal): -151429 or 8106237. OLE color: 8106237.

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

Color convert

RGB 253 176 123 -
CMYK 0 0.30 0.51 0.01
HSL 24.46º 0.97% 0.74% -
HSV(B) 24.46º 0.51% 0.99% -
XYZ 59.61 53.36 25.9 -
YUV 192.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 253 176 123 0 0.30 0.51 0.01 24.46 0.97 0.74
Hex FD B0 7B 0 1E 33 1 18 61 4A
Octal 375 260 173 0 36 63 1 30 141 112
Binary 11111101 10110000 1111011 0 11110 110011 1 11000 1100001 1001010

Color Harmonies of #FDB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB07B

Black with #FDB07B

Text Example


Text Example

White with #FDB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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