#FBCA90

Color #FBCA90 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FBCA90

Tints of Peach-Orange #FBCA90

Color information

#FBCA90 (or 0xFBCA90) is unknown color: approx Peach-Orange. HEX triplet: FB, CA and 90. RGB value is (251,202,144). Sum of RGB (Red+Green+Blue) = 251+202+144=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA90 is #04356F. Grayscale: #D2D2D2. Windows color (decimal): -275824 or 9489147. OLE color: 9489147.

HSL color Cylindrical-coordinate representation of color #FBCA90: hue angle of 32.52º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBCA90 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251202144-
CMYK00.200.430.02
HSL32.52º93.04%77.45%-
HSV(B)32.52º42.63%98.43%-
XYZ65.9464.7635.41-
YUV210.0490.73157.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 144 (56.64% from 255) = 24.12%
R=42.04%
G=33.84%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120214400.200.430.0232.5293.0477.45
HexFBCA900142B2215d4d
Octal37331222002453241135115
Binary1111101111001010100100000101001010111010000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA90; }

 p { color: rgb(251,202,144); }

 H1.HeaderClassName
 {
   color: #FBCA90;
 }
 .AnyTagClassName
 {
   color: #FBCA90;
 }
</style>
background-color css

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

 a { background-color: rgb(251,202,144); }

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

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

 span { border-color: rgb(251,202,144); }

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